System::IEquatable::Equals method

IEquatable::Equals method

Determines if the the current and specified objects are equal.

virtual bool System::IEquatable<T>::Equals(T other)=0
ParameterTypeDescription
otherTThe object to compare the current object with

ReturnValue

True if the objects are equal, otherwise - false

See Also