Equals

Equals (1 of 2)

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

Returns: True if the specified object is a TaskBaseline that has the same UID value as this instance; otherwise, false .

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

Equals (2 of 2)

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

Returns: returns true if this instance is equal to the specified TaskBaseline object; otherwise, false.

Equals(System::SharedPtr< TaskBaseline > other)
ParameterDescription
otherthe specified AssignmentBaseline object to compare with this instance.