operator < method

bool operator <(
  1. JmaIntensity other
)

Implementation

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