The members of System.Collections.Generic.IEqualityComparer<T> are listed below.
Equals(T, T) : boolDetermines whether the specified objects are equal.GetHashCode(T) : intReturns a hash code for the specified object.
Determines whether the specified objects are equal.
Returns a hash code for the specified object.