Mono Class Library: System Namespace

System.IEquatable<T>

Defines generalized equality methods that a value type or class implements to create a type-specific equality method. [Edit]

See Also: IEquatable<T> Members

public interface IEquatable<T>

Type Parameters

T
Documentation for this section has not yet been entered. [Edit]

Remarks

This interface is implemented by types whose values can be ordered; for example, the numeric and string classes. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0