Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

Example(s)