Skip to main content

EQ_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                          Description
val2stringSecond value to compare
val1stringFirst value to compare