Compares two strings and returns a boolean indicating whether they are equal.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | String 1 | System.String | First string to compare | No |
2 | String 2 | System.String | Second string to compare | No |
3 | Case Sensitive | System.Boolean | Whether the comparison should be case-sensitive. | Yes |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Result | System.Boolean | Whether the two strings are equal. |