Value :: operator^ - Exclusive OR operation
The operator returns true (YES) if exactly one of the operands is true and NO otherwise.
(-> IsTrue())
Return value: Object/property State ( bool )
The value is true when the question was answered positively. Otherwise it is false .
Implementation details
bool
Value  :: operator^ ( odaba::Value &cValue )
- cValue
- Value handle
A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.

