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
 

Parameters

other
The OracleNumberMappingCollection to compare with.

Return Value

true if the objects are eual; otherwise, false.
See Also