dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / False Operator
The OracleBoolean structure to be tested.

In This Topic
    False Operator
    In This Topic
    Tests the Value of the OracleBoolean to determine whether it is false.
    Syntax
    'Declaration
     
    Public Operator IsFalse( _
       ByVal x As OracleBoolean _
    ) As Boolean
    public bool operator false( 
       OracleBoolean x
    )

    Parameters

    x
    The OracleBoolean structure to be tested.

    Return Value

    true if the specified OracleBoolean is false; otherwise, false.
    See Also