# Comparison operators

Discover the comparison operations available in CQL.

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [Overview](/reference/cql/expressions/operations/comparison/overview): Learn general aspects of comparison operations.
- [Equal operation](/reference/cql/expressions/operations/comparison/equal): Learn how to check if a value is equal to another.
- [Not-equal operation](/reference/cql/expressions/operations/comparison/not-equal): Learn how to check if a value is not equal to another.
- [Greater-than operation](/reference/cql/expressions/operations/comparison/greater-than): Learn how to check if a value is greater than another.
- [Greater-than-or-equal operation](/reference/cql/expressions/operations/comparison/greater-than-or-equal): Learn how to check if a value is greater than or equal to another.
- [Less-than operation](/reference/cql/expressions/operations/comparison/less-than): Learn how to check if a value is less than another.
- [Less-than-or-equal operation](/reference/cql/expressions/operations/comparison/less-than-or-equal): Learn how to check if a value is less than or equal to another.
