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

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

Parameters

other
Type: Cassandra.LocalDate

Return Value

Type: Int32

Implements

IComparable<T>.CompareTo(T)
See Also