14.2.4.3 GreaterThan
This method determines if the first of two OracleBoolean values is greater than the second.
Declaration
// C# public static OracleBoolean GreaterThan(OracleBoolean value1, OracleBoolean value2);
Parameters
-
value1The first
OracleBoolean -
value2The second
OracleBoolean
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.