operator > method

bool operator >(
  1. PeriodUnits other
)

Implementation

bool operator >(PeriodUnits other) => _value > other._value;