@EQSTR

The EQSTR function takes one or more parameters, each evaluated as a case-sensitive string, and compares them for equality, returning true if all values are equal, or false if one or more values are different. The function will end evaluation of all subsequent parameters when the first different value is found. The function will return true if only a single parameter is provided.

Parameters

@EQSTR(String1 [, ..., StringN])
String 1
Required string parameter, evaluated by the function for comparison to all other parameters to the function.
String N
Optional string parameter(s), each evaluated by the function for comparison to String 1.

Supported Return Types

Boolean