dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleRef Class / IsEqual Method
The OracleRef object to compare with the current OracleRef.

In This Topic
    IsEqual Method (OracleRef)
    In This Topic
    Determines whether the specified OracleRef object is equal to the current OracleRef.
    Syntax
    'Declaration
     
    Public Function IsEqual( _
       ByVal other As OracleRef _
    ) As Boolean
    public bool IsEqual( 
       OracleRef other
    )

    Parameters

    other
    The OracleRef object to compare with the current OracleRef.

    Return Value

    true if reference to the object is null; otherwise, false.
    See Also