Mono Class Library: Overview

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

Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
DefaultEqualityComparer<T>. Documentation for this section has not yet been entered.

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.EqualsDocumentation for this section has not yet been entered.
IEqualityComparer.GetHashCodeDocumentation for this section has not yet been entered.