Value :: operator^ - Exclusive OR operation
The operation is supported for most data types by converting the operands in to Boolean values before performing the operation.
Return value:  Success ( bool  )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool 
Value  :: operator^ ( odaba::Value &cValue )
The operator returns true if exactly one of the operands is true after possible conversion and false otherwise.
- cValue
 - Value handle
A value handle refers to a (usually) opened value. Invalid value handles may cause an exception.
 

