operator > method

bool operator >(
  1. CheckRunAnnotationLevel other
)

Implementation

bool operator >(CheckRunAnnotationLevel other) => !(this <= other);