operator()()
EqualityComparerAdapter::operator()(const T&, const T&) const method
Compares two objects.
bool System::Collections::Generic::EqualityComparerAdapter<T>::operator()(const T &x, const T &y) const
Arguments
Parameter | Type | Description |
---|---|---|
x | const T& | LHS operand. |
y | const T& | RHS operand. |
Return Value
True if operands are considered equal, false otherwise.
See Also
- Struct EqualityComparerAdapter
- Namespace System::Collections::Generic
- Library Aspose.Slides