Mono Class Library: System.DateTime Overview | Members

System.DateTime.Equals Method

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

public bool Equals (DateTime value)

Parameters

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

Returns

true if value is equal to the current instance; otherwise, false. [Edit]

Remarks

Note: This method is implemented to support the IEquatable<DateTime> interface.
[Edit]

Requirements

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