Verifies that two integers are equal.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
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