Mono Class Library: System.DateTime Overview | Members

System.DateTime.Equals Method

Returns a bool indicating whether the current instance is equal to a specified object. [Edit]

public override bool Equals (object value)

Parameters

value
A object to compare with the current instance. [Edit]

Returns

true if value is a specified DateTime instance is equal to the current instance; 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