operator > method

bool operator >(
  1. RecurrenceFrequency other
)

Implementation

bool operator >(RecurrenceFrequency other) => index < other.index;