Equals()

IEqualityComparer::Equals(T, T) const method

Checks if two objects are equal.

virtual bool System::Collections::Generic::IEqualityComparer<T>::Equals(T x, T y) const =0

Arguments

ParameterTypeDescription
xTLHS object.
yTRHS object.

Return Value

True if objects are considered equal, false otherwise.

See Also