Click or drag to resize

SphinxIntegerInequality Operator

Implements the operator !=.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static bool operator !=(
	SphinxInteger left,
	SphinxInteger right
)

Parameters

left
Type: SphinxConnector.NativeApiSphinxInteger
The left.
right
Type: SphinxConnector.NativeApiSphinxInteger
The right.

Return Value

Type: Boolean
The result of the operator.
See Also