dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / Equality Operator
The first PgSqlArray to compare.
The second PgSqlArray to compare.

In This Topic
Equality Operator (PgSqlArray)
In This Topic
Determines whether two PgSqlArray objects are the same.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As PgSqlArray, _
   ByVal right As PgSqlArray _
) As Boolean
 

Parameters

left
The first PgSqlArray to compare.
right
The second PgSqlArray to compare.

Return Value

true if the two specified objects are equal; otherwise, false.
See Also