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