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

Equals(OracleNumberMappingCollection) Method
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
 

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