Mono Class Library: Overview

System.Collections.Generic.IEqualityComparer<T>: Method Members

The methods of System.Collections.Generic.IEqualityComparer<T> are listed below. For a list of all members, see the IEqualityComparer<T> Members list.

Public Methods

Equals(T, T) : bool
Determines whether the specified objects are equal.
GetHashCode(T) : int
Returns a hash code for the specified object.