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
.NET Framework (current version)
Determines whether two DateTimeOffset objects are equal, or a DateTimeOffset object is equal to a specified object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(DateTimeOffset) | Determines whether the current DateTimeOffset object represents the same point in time as a specified DateTimeOffset object. |
![]() ![]() | Equals(DateTimeOffset, DateTimeOffset) | Determines whether two specified DateTimeOffset objects represent the same point in time. |
![]() | Equals(Object^) | Determines whether a DateTimeOffset object represents the same point in time as a specified object.(Overrides ValueType::Equals(Object^).) |
Show:

