dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPolygon Structure / Inequality Operator
Left PgSqlPolygon operand.
Right PgSqlPolygon operand.

In This Topic
Inequality Operator (PgSqlPolygon)
In This Topic
Compares two PgSqlPolygon structures to determine if they are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As PgSqlPolygon, _
   ByVal right As PgSqlPolygon _
) As Boolean
 

Parameters

left
Left PgSqlPolygon operand.
right
Right PgSqlPolygon operand.

Return Value

true if two PgSqlPolygon values are not equal; otherwise, false.
See Also