compareStarts

Compare the start times of this and another interval.

Return

-1 if this interval starts first, 1 if the other interval starts first, or 0 if the two intervals start at the same time.

If the start inclusivities are not equal, the inclusive start is considered to be first.

Assumes neither interval is empty.

Parameters

other

the interval to compare to