Task.opEquals - multiple declarations
- Function Task.opEquals
- Function Task.opEquals
Function Task.opEquals
Prototype
bool opEquals(
ref const(Task) other
) nothrow @safe const;
Function Task.opEquals
Prototype
bool opEquals(
const(Task) other
) nothrow @safe const;
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.