dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / Equals Method
The object to be compared.

In This Topic
Equals Method (OracleQueueDequeueOptions)
In This Topic
Compares two OracleQueueDequeueOptions objects to determine if they are equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The object to be compared.

Return Value

true if the compared OracleQueueDequeueOptions objects are identical; otherwise, false.
See Also