dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection 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.
    See Also