Mono Class Library: System.ValueType Overview | Members

System.ValueType.Equals Method

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

public override bool Equals (object obj)

Parameters

obj
The object to compare the current instance to.

Returns

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

Remarks

Note: This method overrides object.Equals(object) .

Requirements

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