Logical XOR

Signature

Logic_Xor(condition1, condition2)

Description

Does a Logical XOR comparison of two conditions. The result is true, if one and only one of the inputs is true, otherwise it is false.

Result

True if one and only one input is true, otherwise false.

Arguments

 

condition1

An expression which is treated as a boolean.

condition2

An expression which is treated as a boolean.