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

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

    Parameters

    x
    The OracleBoolean structure to be tested.

    Return Value

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