[This is preliminary documentation and is subject to change.]
Returns a comparer which compares OffsetDateTime values by the instant values obtained by applying the offset to
the local date/time, ignoring the calendar system.

C# | Visual Basic | Visual C++ |
public static OffsetDateTime..::..Comparer Instant { get; }
Public Shared ReadOnly Property Instant As OffsetDateTime..::..Comparer Get
public: static property OffsetDateTime..::..Comparer^ Instant { OffsetDateTime..::..Comparer^ get (); }

For example, this comparer considers 2013-03-04T20:21:00+0100 to be earlier than 2013-03-04T19:21:00-0700 even though the second value has a local time which is earlier.
This property will return a reference to the same instance every time it is called.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)