LocalDateEquals Method (LocalDate) |
Determines if the value is equal to this instance.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public bool Equals(
LocalDate other
)
Parameters
- other
- Type: CassandraLocalDate
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also