Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsequalsOn this pageequalsChecks to see if 2 strings are the sameSyntaxboolean equals(str1, str2)Exampleprint equals("Hello", "hello")print equals("Hello", "Hello")falsetrue