Back to Comparison
neq
Test inequality.
Syntax
neq(a, b) → true if a does not equal b
Backends
TypeScript
Description
Test inequality.
Parameters
| Name | Description |
|---|---|
| a | Left operand |
| b | Right operand |
Returns
true if a does not equal b