Click or drag to resize

SphinxBooleanInequality Operator

Implements the operator !=.

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

Parameters

left
Type: SphinxConnector.NativeApiSphinxBoolean
The left.
right
Type: SphinxConnector.NativeApiSphinxBoolean
The right.

Return Value

Type: Boolean
The result of the operator.
See Also