Returns a value indicating whether two
PgSqlRow instances have same value.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
Parameters
- obj
- A PgSqlRow instance to compare with.
Return Value
true, if current
PgSqlRow equals to the
object argument; otherwise,
false.