dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / Equals Method
The object to be compared.

In This Topic
    Equals Method (OracleQueueTableOptions)
    In This Topic
    Compares two OracleQueueTableOptions objects to determine if they are equal.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to be compared.

    Return Value

    true if the compared OracleQueueTableOptions objects are identical; otherwise, false.
    See Also