Mono Class Library: System.IEquatable<T> Overview | Members

System.IEquatable<T>.Equals Method

Determines whether the specified object is equal to the current object.

public bool Equals (T other)

Parameters

other
Documentation for this section has not yet been entered.

Returns

true if the specified object is equal to the current object; otherwise, false.

Remarks

Note: It is up to the implementation to define equality.

Requirements

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