The
EQBOOL function takes two or more parameters, each of which is evaluated
as a Boolean value and returning true if all parameters are either
true or all are false. If all parameters have the same Boolean
value, the function will return true. Otherwise, it will return
false. The function will end evaluation and return false upon the
first parameter found to be different than others passed to it.
Parameters:
@EQBOOL
(Boolean 1 [, ..., Boolean N])
Boolean 1
Boolean required parameter, evaluated for comparison to all
other parameters to the function.
Boolean N
Optional additional Boolean parameter(s), evaluated for comparison
to Boolean 1.