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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also