Click or drag to resize
SphinxTimestampLessThan Operator
Implements the operator <.

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

Parameters

left
Type: SphinxConnector.NativeApiSphinxTimestamp
The left.
right
Type: SphinxConnector.NativeApiSphinxTimestamp
The right.

Return Value

Type: Boolean
The result of the operator.
See Also