operator > method

bool operator >(
  1. MetricValueLevel other
)

Relational greater than operator.

Implementation

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