DateTime::Equals Method (Object)

Updated: December 2010

Returns a value indicating whether this instance is equal to a specified object.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Parameters

value
Type: System::Object
The object to compare to this instance.

Return Value

Type: System::Boolean
true if value is an instance of DateTime and equals the value of this instance; otherwise, false.

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.

The following example demonstrates the Equals method.

No code example is currently available or this language may not be supported.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Date

History

Reason

December 2010

Added a definition of date and time equality.

Customer feedback.

Community Additions

ADD
Show: