Verifies that two strings are equal.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- arg1
- Type: System String
The 1st string.
- arg2
- Type: System String
The 2nd string.
- throwException
- Type: System Boolean
true if an FCException should be thrown if the strings are not equal.
- caseInsensitive
- Type: System Boolean
true if the comparison should be case-insensitive.
Return Value
true if the strings are equal; otherwise, false.See Also