Equals

Equals (1 of 2)

Determines whether the specified Object is equal to the current Object.

Returns: Returns a boolean indicating if the passed in object obj is Equal to this.

Equals(System::SharedPtr < EmailAddressCategory > other)
ParameterDescription
otherThe Object to compare with the current Object.

Equals (2 of 2)

Determines whether the specified Object is equal to the current Object.

Returns: Returns a boolean indicating if the passed in object obj is Equal to this.

Equals(System::SharedPtr < System::Object > obj)
ParameterDescription
objThe Object to compare with the current Object.