pub fn is_not_of(not_expr: &Expr, expr: &Expr) -> bool
returns true if not_expr is !expr (not)
not_expr
expr