NotEquals
This static method determines whether or not two OracleIntervalDS
values are not equal.
Declaration
// C# public static bool NotEquals(OracleIntervalDS val1, OracleIntervalDS val2);
Parameters
-
val1
The first
OracleIntervalDS
. -
val2
The second
OracleIntervalDS
.
Return Value
Returns true
if two OracleIntervalDS
values are not equal; otherwise, returns false
.
Remarks
The following rules apply to the behavior of this method.
-
Any
OracleIntervalDS
that has a value compares greater than anOracleIntervalDS
that has a null value. -
Two
OracleIntervalDS
s that contain a null value are equal.