Equality Operator (PgSqlLine)
In This Topic
Determines whether two
PgSqlLine structures are the same.
Syntax
Parameters
- left
- Left PgSqlLine operand.
- right
- Right PgSqlLine operand.
Return Value
true if two
PgSqlLine values are equal; otherwise,
false.
See Also