!=
Description
!= evaluates to 'true' if the two values at either side of the operator are not equal.
Example
p is Person
p.domicile != seThis condition does only apply to people who do not have their domicile in Sweden. You could attach it to a document that signs a client up for a service which, because of a quirk in an ancient law, is illegal in Sweden.
Last updated
Was this helpful?
