dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRow Class / Equals Method
A PgSqlRow instance to compare with.

In This Topic
Equals Method (PgSqlRow)
In This Topic
Returns a value indicating whether two PgSqlRow instances have same value.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj 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.
See Also