NotEquals
This method determines if two OracleBoolean
values are not equal.
Declaration
// C# public static OracleBoolean NotEquals(OracleBoolean value1, OracleBoolean value2);
Parameters
-
value1
The first
OracleBoolean
-
value2
The second
OracleBoolean
Return Value
An OracleBoolean
that is true
if two OracleBoolean
values are not equal; otherwise, returns false
.
Remarks
If either of the specified OracleBoolean
instances is null
, an OracleBoolean
with a null value will be returned.