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.
    See Also