Click or drag to resize
LocalDateCompareTo Method
Compares this instance value to another and returns an indication of their relative values.

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

Parameters

other
Type: CassandraLocalDate

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also