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

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

public bool VerifyEQ(
	int arg1,
	int arg2,
	bool throwException
)

Parameters

arg1
Type: System Int32
The 1st integer.
arg2
Type: System Int32
The 2nd integer.
throwException
Type: System Boolean
true if an FCException should be thrown if the integers are not equal.

Return Value

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