The members of System.Collections.Generic.EqualityComparer<T> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the EqualityComparer`1 class. |
[read-only] static | Default | EqualityComparer<T>.
Returns a default equality comparer for the type specified by the generic argument. |
abstract | Equals(T, T)Documentation for this section has not yet been entered. | |
abstract | GetHashCode(T)Documentation for this section has not yet been entered. |
IEqualityComparer.Equals |
Determines whether the specified objects are equal. | |
IEqualityComparer.GetHashCode |
Returns a hash code for the specified object. |