operator >= method

bool operator >=(
  1. LogLevel other
)

Implementation

bool operator >=(LogLevel other) => _i >= other._i;