Click or drag to resize
DateRangeBound.Inequality Operator
Compares value inequality of 2 DateRangeBound instances.

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

Parameters

a
Type: Dse.Search.DateRangeBound
b
Type: Dse.Search.DateRangeBound

Return Value

Type: Boolean
See Also