operator >= method

bool operator >=(
  1. MetricValueLevel other
)

Relational greater than or equal operator.

Implementation

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