DateTime.Equals Method (DateTime)
.NET Framework 3.0
Returns a value indicating whether this instance is equal to the specified DateTime instance.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
public final boolean Equals ( DateTime value )
public final function Equals ( value : DateTime ) : boolean
Not applicable.
Parameters
- value
A DateTime instance to compare to this instance.
Return Value
true if the value parameter equals the value of this instance; otherwise, false.This method implements the System.IEquatable interface, and performs slightly better than the Equals method because the value parameter does not have to be converted to an object.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: