System::Collections::Generic::IEqualityComparer::Equals method
IEqualityComparer::Equals method
RTTI information.
virtual bool System::Collections::Generic::IEqualityComparer<T>::Equals(T x, T y) const =0
Parameter | Type | Description |
---|---|---|
x | T | LHS object. |
y | T | RHS object. |
ReturnValue
True if objects are considered equal, false otherwise.
Remarks
Checks if two objects are equal.
See Also
- Class IEqualityComparer
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++