Internal
'$neq' operator expression. Tests for an attribute not to be equal to a value.
{a: {$neq: 1} } Copy
{a: {$neq: 1} }
This is semantically equivalent to:
{$not: {a: {$eq: 1}}} Copy
{$not: {a: {$eq: 1}}}
Readonly
Value to check against.
Generated using TypeDoc
'$neq' operator expression. Tests for an attribute not to be equal to a value.
This is semantically equivalent to: