[*Up*](../README.md)

# Value checking

Most of the time, you just want to assert that a value or property is equal to something. That's this section.

- [Basic equality](./equal.md)
- [Object property equality](./has-in.md)
- [Object own property equality](./has-in.md)
- [Map key equality](./has-in.md)
