operator < method

bool operator <(
  1. RelationshipLevel other
)

Implementation

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