Click or drag to resize
Accord.NET (logo)

ByteRangeInequality Operator

Determines whether two instances are not equal.

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

Parameters

range1
Type: AccordByteRange
range2
Type: AccordByteRange

Return Value

Type: Boolean
See Also