14.10.5.8 operator !=
This static operator determines if two OracleTimeStampTZ values are not equal.
                  
Declaration
// C# public static bool operator != (OracleTimeStampTZ value1, OracleTimeStampTZ value2);
Parameters
- 
                        value1The first OracleTimeStampTZ.
- 
                        value2The second OracleTimeStampTZ.
Return Value
Returns true if two OracleTimeStampTZ values are not equal; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        Any OracleTimeStampTZthat has a value is greater than anOracleTimeStampTZthat has a null value.
- 
                        Two OracleTimeStampTZs that contain a null value are equal.