Equals()

IEquatable::Equals(T) method

Determines if the the current and specified objects are equal.

virtual bool System::IEquatable<T>::Equals(T other)=0

Arguments

ParameterTypeDescription
otherTThe object to compare the current object with

Return Value

True if the objects are equal, otherwise - false

See Also