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