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
| Parameter | Type | Beschrijving |
|---|---|---|
| x | T | LHS-object. |
| y | T | RHS-object. |
ReturnValue
True als objecten als gelijk worden beschouwd, anders false.
Opmerkingen
Controleert of twee objecten gelijk zijn.
Zie ook
- Class IEqualityComparer
- Namespace System::Collections::Generic
- Library Aspose.Page for C++