operator < method

bool operator <(
  1. GatingMode other
)

Implementation

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