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: 5.3.0
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