forwardInequality Operator    Table of ContentSubtraction Operator forward
HighResolutionTimestamp.LessThan Operator
LessThan operator.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public static bool operator <(
	HighResolutionTimestamp left,
	HighResolutionTimestamp right
)

Parameters

left
Type: FIXForge.NET.FIX.HighResolutionTimestamp
Left operand.
right
Type: FIXForge.NET.FIX.HighResolutionTimestamp
Right operand.

Return Value

Type: Boolean
true if the left value is less than the right value, false otherwise.
See Also