operator < method

bool operator <(
  1. DatePeriod other
)

Implementation

bool operator <(DatePeriod other) => compareTo(other) < 0;