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