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

In This Topic
Inequality Operator (PgSqlArray)
In This Topic
Determines whether two PgSqlArray objects are different.
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 different; otherwise, false.
See Also