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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public int CompareTo(
	TimeUuid other
)

Parameters

other
Type: DseTimeUuid

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also