System::Collections::Generic::IEqualityComparer::Equals method

IEqualityComparer::Equals method

RTTI information.

virtual bool System::Collections::Generic::IEqualityComparer<T>::Equals(T x, T y) const =0
ParameterTypeDescription
xTLHS object.
yTRHS object.

ReturnValue

True if objects are considered equal, false otherwise.

Remarks

Checks if two objects are equal.

See Also