Internal
'$not' operator expression. Logically negates another expression.
{ $not: {a: {$eq: 1} } } Copy
{ $not: {a: {$eq: 1} } }
Readonly
Expression to be negated.
Generated using TypeDoc
'$not' operator expression. Logically negates another expression.