Click or drag to resize

SphinxInteger.Inequality Operator

Implements the operator !=.

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

Parameters

left
Type: SphinxConnector.NativeApi.SphinxInteger
The left.
right
Type: SphinxConnector.NativeApi.SphinxInteger
The right.

Return Value

Type: Boolean
The result of the operator.
See Also