operator < method

bool operator <(
  1. BDLevel other
)

Compare if the current BDLevel is lower than other

Implementation

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