operator < method

bool operator <(
  1. SecurityRiskLevel other
)

Implementation

bool operator <(SecurityRiskLevel other) => index < other.index;