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

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

    Parameters

    other
    The OracleNumberMapping 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