| LocalDateCompareTo Method  | 
            Compares this instance value to another and returns an indication of their relative values.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic int CompareTo(
	LocalDate other
)
Parameters
- other
 - Type: CassandraLocalDate
 
Return Value
Type: 
Int32Implements
IComparableTCompareTo(T)
See Also