Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DateTimeOffset::Equals Method

 

Determines whether two DateTimeOffset objects are equal, or a DateTimeOffset object is equal to a specified object.

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

NameDescription
System_CAPS_pubmethodEquals(DateTimeOffset)

Determines whether the current DateTimeOffset object represents the same point in time as a specified DateTimeOffset object.

System_CAPS_pubmethodSystem_CAPS_staticEquals(DateTimeOffset, DateTimeOffset)

Determines whether two specified DateTimeOffset objects represent the same point in time.

System_CAPS_pubmethodEquals(Object^)

Determines whether a DateTimeOffset object represents the same point in time as a specified object.(Overrides ValueType::Equals(Object^).)

Return to top
Show:
© 2017 Microsoft