14.2.5.1 operator >
This method determines whether or not the first of two OracleBoolean values is greater than the second.
                  
Declaration
// C# public static operator > (OracleBoolean value1, OracleBoolean value2);
Parameters
- 
                        value1An OracleBooleaninstance
- 
                        value2An OracleBooleaninstance
Return Value
An OracleBoolean that is true if the first of two OracleBoolean values is greater than the second; otherwise, returns false.
                  
Remarks
If either of the specified OracleBoolean instances is null, an OracleBoolean with a null value will be returned.