Compares two strings and outputs true
if they are the same and false
otherwise.
Properties
String 1
: First string to use in the comparison
Default : empty
String 2
: Second string to use in the comparison
Default : empty
Case sensitive
: Toggle to enable a strict case sensitive comparison
Default : OFF
Inputs
Name | Type | Description |
---|---|---|
String 1 | String | First string to use in the comparison |
String 2 | String | Second string to use in the comparison |
CaseSensitive | Boolean | Toggle to enable a strict case sensitive comparison |
Outputs
Name | Type | Description |
---|---|---|
Boolean | Boolean | true if the strings are the same, false otherwise |
Example
Need more help with this?
Don’t hesitate to contact us here.