operator < method

bool operator <(
  1. MessageSeverity other
)

Implementation

bool operator <(MessageSeverity other) => weight < other.weight;