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
 

Parameters

other
The OracleNumberMapping to compare with.

Return Value

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