'$not' operator expression. Logically negates another expression.

{ $not: {a: {$eq: 1} } }

Hierarchy

  • NotExpression

Properties

Properties

Expression to be negated.

Generated using TypeDoc