Click or drag to resize
LocalDateGreaterThanOrEqual Operator

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static bool operator >=(
	LocalDate value1,
	LocalDate value2
)

Parameters

value1
Type: CassandraLocalDate
value2
Type: CassandraLocalDate

Return Value

Type: Boolean
See Also