Defines a logical xor operator applied to the given TBoolOp1 and TBoolOp2. Same as Op.Not<Op.Equiv<TBoolOp1, TBoolOp2>>. Defines true or false according to the definition of xor logical operator.
xor
TBoolOp1
TBoolOp2
Op.Not<Op.Equiv<TBoolOp1, TBoolOp2>>
true
false
Defines a logical
xoroperator applied to the givenTBoolOp1andTBoolOp2. Same asOp.Not<Op.Equiv<TBoolOp1, TBoolOp2>>. Definestrueorfalseaccording to the definition ofxorlogical operator.