operator < method

bool operator <(
  1. MetricValueLevel other
)

Relational less than operator.

Implementation

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