operator > method

bool operator >(
  1. TimePrecision other
)

Greater-than operator for TimePrecision.

Implementation

bool operator >(TimePrecision other) => index > other.index;