Click or drag to resize
SphinxBoolean  Conversion (Boolean to SphinxBoolean)
Performs an implicit conversion from Boolean to SphinxBoolean.

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

Parameters

value
Type: SystemBoolean
if set to true [value].

Return Value

Type: SphinxBoolean
The result of the conversion.
See Also