Returns a bool value indicating whether the two
specified instances of DateTime
are equal.
[Edit]
See Also
Parameters
- d1
- The first DateTime to compare.
[Edit]
- d2
- The second DateTime to compare.
[Edit]
Returns
true if
d1.Ticks value is equal to the
d2.Ticks value; otherwise,
false.
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0