System::Collections::Generic::IEqualityComparer::Equals methode

IEqualityComparer::Equals method

RTTI-informatie.

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

ReturnValue

True als objecten als gelijk worden beschouwd, anders false.

Opmerkingen

Controleert of twee objecten gelijk zijn.

Zie ook