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