compareTo

operator fun compareTo(other: Timestamp): Int

Compares this timestamp to a given other timestamp. First comparison is made on their values and if equal on their client unique ids.

Return

the results of the comparison between the two timestamp.

Parameters

other

the other instance of timestamp.