matchAllTransitions constant

ZoneEqualityComparerOptions const matchAllTransitions

This option prevents adjacent zone intervals from being coalesced, even if they are otherwise considered equivalent according to other options.

Implementation

static const ZoneEqualityComparerOptions matchAllTransitions = ZoneEqualityComparerOptions(1 << 2);