14.5.4.2 GreaterThan

This static method determines whether or not the first of two OracleIntervalDS values is greater than the second.

Declaration

// C#
public static bool GreaterThan(OracleIntervalDS val1, OracleIntervalDS 
   val2);

Parameters

  • val1

    The first OracleIntervalDS.

  • val2

    The second OracleIntervalDS.

Return Value

Returns true if the first of two OracleIntervalDS values is greater than the second; otherwise, returns false.

Remarks

The following rules apply to the behavior of this method.

  • Any OracleIntervalDS that has a value compares greater than an OracleIntervalDS that has a null value.

  • Two OracleIntervalDSs that contain a null value are equal.