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

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

    Parameters

    val
    The OracleLob to compare with the current OracleLob.

    Return Value

    true if the specified OracleLob object is equal to the current one; otherwise, false.
    Remarks
    Compares the LOB data referenced by the two OracleLob. Two OracleLob objects are equal if and only if they both refer to the same LOB value.
    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