operator + method

int operator +(
  1. ZoneEqualityComparerOptions other
)

Implementation

int operator +(ZoneEqualityComparerOptions other) => _value + other._value;