[This is preliminary documentation and is subject to change.]
Returns a ZoneEqualityComparer for the given interval with the default options.

C# | Visual Basic | Visual C++ |
public static ZoneEqualityComparer ForInterval( Interval interval )
Public Shared Function ForInterval ( _ interval As Interval _ ) As ZoneEqualityComparer
public: static ZoneEqualityComparer^ ForInterval( Interval interval )

- interval (Interval)
- The interval over which to compare time zones.

A ZoneEqualityComparer for the given interval with the default options.

The default behaviour of this comparator is to consider two time zones to be equal if they share the same wall
offsets at all points within a given interval.
To specify non-default options, call the WithOptions(ZoneEqualityComparer..::..Options) method on the result
of this method.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)