operator false

This method determines whether or not the specified OracleBoolean value is false.

Declaration

// C#
public static operator false (OracleBoolean value1);

Parameters

  • value1

    An OracleBoolean instance

Return Value

An OracleBoolean that is true if specified OracleBoolean value is false; otherwise, returns false.

Remarks

This property will return false if the current instance is null.