sameTime method

bool sameTime(
  1. CoverData cover2
)

Implementation

bool sameTime(CoverData cover2) => timeMs == cover2.timeMs;