operator >= method

bool operator >=(
  1. FLoggerLevel other
)

Implementation

bool operator >=(FLoggerLevel other) => this._intValue >= other._intValue;