DateTime::Equals Method (DateTime)
Silverlight
Updated: December 2010
Returns a value indicating whether the value of this instance is equal to the value of the specified DateTime instance.
Namespace: System
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: