Click or drag to resize
SphinxStringEquality Operator
Implements the operator ==.

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

Parameters

left
Type: SphinxConnector.NativeApiSphinxString
The left.
right
Type: SphinxConnector.NativeApiSphinxString
The right.

Return Value

Type: Boolean
The result of the operator.
See Also