VirtualUserScript VerifyLT Method (Int64, Int64, Boolean)C# API
Verifies that one long is less than another.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public bool VerifyLT(
	long arg1,
	long arg2,
	bool throwException
)

Parameters

arg1
Type: System Int64
The 1st long.
arg2
Type: System Int64
The 2nd long.
throwException
Type: System Boolean
true if an FCException should be thrown if the 1st long is not less than the 2nd long.

Return Value

true if the 1st long is less than the 2nd long; otherwise, false.
See Also