Click or drag to resize

DateRangeBoundEquals Method (DateRangeBound)

Returns true if the value of this instance and other are the same.

Namespace:  Cassandra.DataStax.Search
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public bool Equals(
	DateRangeBound other
)

Parameters

other
Type: Cassandra.DataStax.SearchDateRangeBound

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also