Equal strings
Checks whether string values are equal.
Inputs
-
string 1
- The first string value to compare.
-
string 2
- The second string value to compare.
Outputs
-
result
- The boolean value indicating whether the string values are equal or not.
-
result list
- The list of boolean values indicating whether the string values are equal or not.
Note(s)
- Other names for this node include: EqualStrings, Same, Identical, String is, ==, and Compare.