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