Inequality Operator (PgSqlLine)
In This Topic
Compares two
PgSqlLine structures to determine if they are not equal.
Syntax
Parameters
- left
- Left PgSqlLine operand.
- right
- Right PgSqlLine operand.
Return Value
true if two
PgSqlLine values are not equal; otherwise,
false.
See Also