VirtualUserScript VerifyEQ Method (Int64, Int64, Boolean)C# API
Verifies that two longs are equal.

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

public bool VerifyEQ(
	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 longs are not equal.

Return Value

true if the longs are equal; otherwise, false.
See Also