Click or drag to resize

DateRangeBoundInequality Operator

Compares value inequality of 2 DateRangeBound instances.

Namespace:  Cassandra.DataStax.Search
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public static bool operator !=(
	DateRangeBound a,
	DateRangeBound b
)

Parameters

a
Type: Cassandra.DataStax.SearchDateRangeBound
b
Type: Cassandra.DataStax.SearchDateRangeBound

Return Value

Type: Boolean
See Also