dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCircle Structure / Equality Operator
Left PgSqlCircle operand.
Right PgSqlCircle operand.

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

Parameters

left
Left PgSqlCircle operand.
right
Right PgSqlCircle operand.

Return Value

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