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