forwardExplicit Conversion (HighResolutionTimestamp to DateTime)   Table of ContentLessThan Operator forward
HighResolutionTimestamp.Inequality Operator
Inequality 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 not equal to the right value, false otherwise.
See Also