Equals

Equals (1 of 2)

Returns a value indicating whether this instance is equal to a specified object.

Returns: returns true if the specified task and this instance have equal unique ids.

Equals(System::SharedPtr< System::Object > obj)
ParameterDescription
objThe specified object to compare with this instance.

Equals (2 of 2)

Returns a value indicating whether this instance is equal to a specified task.

Returns: returns true if the specified task and this instance have equal unique ids.

Equals(System::SharedPtr< Task > other)
ParameterDescription
otherThe specified task to compare with this instance.