Click or drag to resize
LocalDateEquals Method (LocalDate)
Determines if the value is equal to this instance.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public bool Equals(
	LocalDate other
)

Parameters

other
Type: CassandraLocalDate

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also