@XOR (Expression 1 [, ..., Expression N]) | |
---|---|
Expression 1 | Required Boolean parameter; evaluated by the function in relation
to all other parameters looking for an exclusive true value among
the parameter list. |
Expression N | Optional Boolean parameter(s); evaluated by the function in
relation to all other parameters looking for an exclusive true value
among the parameter list. If both this and any preceding parameter
are true, the function will end evaluation and return false. No
additional parameters will be evaluated. |
Boolean