operator <= method
- SlotTimeUnit other
Returns true
if this SlotTimeUnit is earlier than or equal to other
.
Implementation
bool operator <=(SlotTimeUnit other) => index <= other.index;
Returns true
if this SlotTimeUnit is earlier than or equal to other
.
bool operator <=(SlotTimeUnit other) => index <= other.index;