FunctionsFunction ListEQ_STROn this pageEQ_STR Test if two string values match Example Usage EQ_STR("non-exempt", "exempt") -> False Overview Function signature EQ_STR(val2, val1) Category Logical Return data type bool Arguments NameDataTypeList Options Descriptionval2stringSecond value to compareval1stringFirst value to compare