operator ^
This method returns the result of bitwise exclusive OR operation of two OracleBoolean instances.
                  
Declaration
// C# public static operator ^ (OracleBoolean value1, OracleBoolean value2);
Parameters
- 
                        value1An OracleBooleaninstance
- 
                        value2An OracleBooleaninstance
Return Value
An OracleBoolean that contains the value of the result of bitwise exclusive OR operation of two OracleBoolean instances.
                  
Remarks
If either of the specified OracleBoolean instances is null, an OracleBoolean with a null value will be returned.