onlyMatchWallOffset constant

ZoneEqualityComparerOptions const onlyMatchWallOffset

The default comparison, which only cares about the wall offset at any particular instant, within the interval of the comparer. In other words, if DateTimeZone.getUtcOffset returns the same value for all instants in the interval, the comparer will consider the zones to be equal.

Implementation

static const ZoneEqualityComparerOptions onlyMatchWallOffset = ZoneEqualityComparerOptions(0);