Click or drag to resize
Accord.NET (logo)

RangeInequality Operator

Determines whether two instances are not equal.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Range range1,
	Range range2
)
Request Example View Source

Parameters

range1
Type: AccordRange
range2
Type: AccordRange

Return Value

Type: Boolean
See Also