operator < method

bool operator <(
  1. ZoneEqualityComparerOptions other
)

Implementation

bool operator <(ZoneEqualityComparerOptions other) => _value < other._value;