Click or drag to resize

SphinxOrdinalEquality Operator

Implements the operator ==.

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

Parameters

left
Type: SphinxConnector.NativeApiSphinxOrdinal
The left.
right
Type: SphinxConnector.NativeApiSphinxOrdinal
The right.

Return Value

Type: Boolean
The result of the operator.
See Also