Click or drag to resize

DateRangeCompareTo Method

Compares the DateRange based to the bytes representation.

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

Parameters

other
Type: Cassandra.DataStax.SearchDateRange

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also