14.9.4.7 LessThan

This static method determines if the first of two OracleTimeStampLTZ values is less than the second.

Declaration

// C#
public static bool LessThan(OracleTimeStampLTZ value1, 
  OracleTimeStampLTZ value2);

Parameters

  • value1

    The first OracleTimeStampLTZ.

  • value2

    The second OracleTimeStampLTZ.

Return Value

Returns true if the first of two OracleTimeStampLTZ values is less than the second. Returns false otherwise.

Remarks

The following rules apply to the behavior of this method.

  • Any OracleTimeStampLTZ that has a value is greater than an OracleTimeStampLTZ that has a null value.

  • Two OracleTimeStampLTZs that contain a null value are equal.