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