Click or drag to resize

DurationCompareTo Method

Compares this instance against another Duration instance based on the bytes representation of the values.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public int CompareTo(
	Duration other
)

Parameters

other
Type: CassandraDuration

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also