DateTime::Equals Method (DateTime)
.NET Framework (current version)
Returns a value indicating whether the value of this instance is equal to the value of the specified DateTime instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::DateTime
The object to compare to this instance.
Return Value
Type: System::Booleantrue if the value parameter equals the value of this instance; otherwise, false.
Implements
IEquatable<T>::Equals(T)The current instance and value are equal if their Ticks property values are equal. Their Kind property values are not considered in the test for equality.
This method implements the System::IEquatable<T> interface, and performs slightly better than the Equals method because the value parameter does not have to be converted to an object.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: