System::Collections::IEqualityComparer::Equals-methode

IEqualityComparer::Equals method

RTTI-informatie.

virtual bool System::Collections::IEqualityComparer::Equals(const SharedPtr<Object> &x, const SharedPtr<Object> &y) const =0
ParameterTypeBeschrijving
xconst SharedPtr<Object>&LHS-object.
yconst SharedPtr<Object>&RHS-object.

ReturnValue

True als objecten als gelijk worden beschouwd, anders false.

Opmerkingen

Controleert of twee objecten gelijk zijn.

Zie ook