operator > method

bool operator >(
  1. LDLogLevel other
)

Implementation

bool operator >(LDLogLevel other) {
  return _value > other._value;
}