operator > method

bool operator >(
  1. BDLevel other
)

Compare if the current BDLevel is greater than other

Implementation

bool operator >(BDLevel other) => importance > other.importance;