Equals Method (OracleType)
Determines whether the specified
OracleType is equal to the current OracleType object.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
Parameters
- value
- The object to compare with the current object.
Return Value
true if the specified
OracleType is equal to the current object; otherwise,
false.