Click or drag to resize
TimeUuidCompareTo Method
Compares the current TimeUuid with another TimeUuid based on the time representation of this instance.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public int CompareTo(
	TimeUuid other
)

Parameters

other
Type: CassandraTimeUuid

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also