dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMapping Class / Equals Method / Equals(Object) Method
The OracleNumberMapping instance to compare the current one with.

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

    Parameters

    obj
    The OracleNumberMapping instance to compare the current one with.

    Return Value

    true if the OracleNumberMapping 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