operator >= method
Relational greater than or equal operator.
Implementation
bool operator >=(MetricValueLevel other) => compareTo(other) >= 0;
Relational greater than or equal operator.
bool operator >=(MetricValueLevel other) => compareTo(other) >= 0;