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