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

ParameterTypeDescription
xconst T&LHS operand.
yconst T&RHS operand.

Return Value

True if operands are considered equal, false otherwise.

See Also