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