14.10.4.7 NotEquals

This static method determines if two OracleTimeStampTZ values are not equal.

Declaration

// C#
public static bool NotEquals(OracleTimeStampTZ value1, 
  OracleTimeStampTZ value2);

Parameters

  • value1

    The first OracleTimeStampTZ.

  • value2

    The second OracleTimeStampTZ.

Return Value

Returns true if two OracleTimeStampTZ values are not equal. Returns false otherwise.

Remarks

The following rules apply to the behavior of this method.

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

  • Two OracleTimeStampTZs that contain a null value are equal.