Click or drag to resize
Accord.NET (logo)

IntRangeInequality Operator

Determines whether two instances are not equal.

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

Parameters

range1
Type: AccordIntRange
range2
Type: AccordIntRange

Return Value

Type: Boolean
See Also