System.DateTimeOffset.EqualsExact Method

Determines whether the current DateTimeOffset object represents the same time and has the same offset as a specified DateTimeOffset object.

Syntax

public bool EqualsExact (DateTimeOffset other)

Parameters

other
The object to compare to the current DateTimeOffset object.

Returns

true if the current DateTimeOffset object and other have the same date and time value and the same DateTimeOffset.Offset value; otherwise, false.

Remarks

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 DateTimeOffset.EqualsExact(DateTimeOffset) method, the overloads of the erload:System.DateTimeOffset.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.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0