Last updated 2 years ago
Was this helpful?
To negate any condition, use not.
not
p is Person not p.domicile = ch
This simply gets you the opposite result from using p.domicile = ch . If the person in the does not live in Switzerland, this condition evaluates as true.
p.domicile = ch