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.11.0
Syntax
C#
public bool Equals(
	LocalDate other
)

Parameters

other
Type: CassandraLocalDate

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also