VirtualUserScript Verify Method C# API
Verifies that a boolean expression is true.

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

public bool Verify(
	bool arg,
	bool throwException
)

Parameters

arg
Type: System Boolean
The expression to evaluate.
throwException
Type: System Boolean
true if an FCException should be thrown if the expression evaluates to false.

Return Value

true if the expression evaluates to true; otherwise, false.
See Also