Apama
10.15.0 |
Developing Apama Applications
|
EPL Reference
|
Expressions
|
Logical operators
|
Logical exclusive or (xor)
Logical exclusive or (xor)
The
xor
operator produces a result of
true
if either of its operand values is
true
and the other is
false
and
false
if both are
true
or both are
false
.