title: !=
---
summary: Compares an expression to another by ensuring inequality.
---
type: operator
---
body:
This checks if the left side of the expression does not match the right side
by doing an exact comparison:
## Example
```html+jinja
Everything Other Than Houses
{% for project in this.children.filter(F.type != 'house') %}