operator >
This static operator determines if the first of two OracleIntervalDS values is greater than the second. 
                  
Declaration
// C# public static bool operator > (OracleIntervalDS val1, OracleIntervalDS val2);
Parameters
- 
                        val1The first OracleIntervalDS.
- 
                        val2The second OracleIntervalDS.
Return Value
Returns true if one OracleIntervalDS value is greater than another; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        Any OracleIntervalDSthat has a value compares greater than anOracleIntervalDSthat has a null value.
- 
                        Two OracleIntervalDSs that contain a null value are equal.