dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBoolean Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Boolean,OracleBoolean) Operator
An OracleBoolean structure.

In This Topic
    Explicit Type Conversion(Boolean,OracleBoolean) Operator
    In This Topic
    Converts an OracleBoolean structure to a System.Boolean structure.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal x As OracleBoolean _
    ) As Boolean
    public bool operator explicit( 
       OracleBoolean x
    )

    Parameters

    x
    An OracleBoolean structure.

    Return Value

    A System.Boolean structure.
    See Also