Provides basic methods to compare the equality of two objects.
While it is theoretically possible to let a Function implement this interface, this can interfere with the overload resolution logic and thus not recommended.
HashableEqualityComparer
Static
Readonly
Compares the equality of two objects.
true
x
y
false
Given an aribtrary value, checks whether the value can be compared by the current EqualityComparer.
Provides basic methods to compare the equality of two objects.
Remarks
While it is theoretically possible to let a Function implement this interface, this can interfere with the overload resolution logic and thus not recommended.
See
HashableEqualityComparer