Click or drag to resize

DateRangeBoundInequality Operator

Compares value inequality of 2 DateRangeBound instances.

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

Parameters

a
Type: Dse.SearchDateRangeBound
b
Type: Dse.SearchDateRangeBound

Return Value

Type: Boolean
See Also