Tests whether the two given Strings are identical
Attribute | Description | Required |
arg1 | First string to test. | Yes |
arg2 | Second string to test. | Yes |
casesensitive | Perform a case sensitive comparision. Default is true. | No |
trim | Trim whitespace from arguments before comparing them. Default is false. | No |