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.

public override bool Equals (object value)

Parameters

value
A object to compare with the current instance.

Returns

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