Click or drag to resize

SphinxBoolean  Conversion (SphinxBoolean to Boolean)

Performs an implicit conversion from SphinxBoolean to Boolean.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static implicit operator bool (
	SphinxBoolean sphinxBoolean
)

Parameters

sphinxBoolean
Type: SphinxConnector.NativeApiSphinxBoolean
The sphinx boolean.

Return Value

Type: Boolean
The result of the conversion.
See Also