DateTimeOffset::EqualsExact Method (DateTimeOffset)
Determines whether the current DateTimeOffset object represents the same time and has the same offset as a specified DateTimeOffset object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
-
Type:
System::DateTimeOffset
The object to compare to the current DateTimeOffset object.
Return Value
Type: System::Booleantrue if the current DateTimeOffset object and other have the same date and time value and the same Offset value; otherwise, false.
Because multiple time zones share a single offset, a return value of true does not guarantee that the current and the other object represent times in the same time zone.
Unlike the EqualsExact method, the overloads of the Equals method determine only whether two DateTimeOffset values represent a single point in time. They do not indicate that two values have the same date and time as well as the same offset.
The following example illustrates the use of the EqualsExact method to compare similar DateTimeOffset objects.
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