# !=

### Description

`!=` evaluates to 'true' if the two values at either side of the operator are **not** equal.

### Example

```
p is Person
p.domicile != se
```

This condition does only apply to people who do **not** have their domicile in Sweden. You could attach it to a [document](https://docs.atfinity.io/guides/glossary/document) that signs a client up for a service which, because of a quirk in an ancient law, is illegal in Sweden.
