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