System.Collections.Generic.EqualityComparer<T> Members

The members of System.Collections.Generic.EqualityComparer<T> are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the EqualityComparer`1 class.

Public Properties

[read-only]
static
DefaultEqualityComparer<T>.

Returns a default equality comparer for the type specified by the generic argument.

Public Methods

abstract
Equals(T, T) : bool
Documentation for this section has not yet been entered.
abstract
GetHashCode(T) : int
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEqualityComparer.Equals

Determines whether the specified objects are equal.

IEqualityComparer.GetHashCode

Returns a hash code for the specified object.