14.9.4.5 GreaterThan
This static method determines if the first of two OracleTimeStampLTZ values is greater than the second.
                  
Declaration
// C# public static bool GreaterThan(OracleTimeStampLTZ value1, OracleTimeStampLTZ value2);
Parameters
- 
                        value1The first OracleTimeStampLTZ.
- 
                        value2The second OracleTimeStampLTZ.
Return Value
Returns true if the first of two OracleTimeStampLTZ values is greater than the second; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        Any OracleTimeStampLTZthat has a value is greater than anOracleTimeStampLTZthat has a null value.
- 
                        Two OracleTimeStampLTZs that contain a null value are equal.