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