dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection Class / Equals Method / Equals(OracleNumberMappingCollection) Method
The OracleNumberMappingCollection to compare with.

In This Topic
    Equals(OracleNumberMappingCollection) Method
    In This Topic
    Indicates whether the current OracleNumberMappingCollection object is equal to the one passed as the other parameter.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As OracleNumberMappingCollection _
    ) As Boolean
    public bool Equals( 
       OracleNumberMappingCollection other
    )

    Parameters

    other
    The OracleNumberMappingCollection to compare with.

    Return Value

    true if the objects are eual; 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