operator <= method

bool operator <=(
  1. MetricValueLevel other
)

Relational less than or equal operator.

Implementation

bool operator <=(MetricValueLevel other) => compareTo(other) <= 0;