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.

public bool Equals (DateTime value)

Parameters

value
Documentation for this section has not yet been entered.

Returns

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

Remarks

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

Requirements

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