operator <= method

bool operator <=(
  1. Subtitle other
)

Implementation

bool operator <=(Subtitle other) => start <= other.start;