operator !=

This method determines whether or not two OracleBoolean values are not equal.

Declaration

// C#
public static operator  != (OracleBoolean value1, OracleBoolean value2);

Parameters

  • value1

    An OracleBoolean instance

  • value2

    An OracleBoolean instance

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.