Mono Class Library: System.ValueType Overview | Members

System.ValueType.Equals Method

Determines whether the current instance and a specified object represent the same value. [Edit]

public override bool Equals (object obj)

Parameters

obj
The object to compare the current instance to. [Edit]

Returns

true if obj and the current instance are of the same type and represent the same value; otherwise, false. [Edit]

Remarks

Note: This method overrides object.Equals(object) .
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0