This static method determines if two OracleTimeStamp values are not equal.
Declaration
// C# public static bool NotEquals(OracleTimeStamp value1, OracleTimeStamp value2);
Parameters
value1
The first OracleTimeStamp.
value2
The second OracleTimeStamp.
Return Value
Returns true if two OracleTimeStamp values are not equal. Returns false otherwise.
Remarks
The following rules apply to the behavior of this method.
Any OracleTimeStamp that has a value is greater than an OracleTimeStamp that has a null value.
Two OracleTimeStamps that contain a null value are equal.