> For the complete documentation index, see [llms.txt](https://frinn.gitbook.io/custom-machinery-1.21/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frinn.gitbook.io/custom-machinery-1.21/misc/comparator.md).

# Comparator

Used to compare values in a few recipe requirements

Some requirements have a `comparator` property, those are used to compare a value checked by the requirement to a value specified by the recipe maker.

Available comparators are :

* `>>` Strictly greater
* `>=` Greater or equals
* `==` Strictly equals
* `<=` Lesser or equals
* `<<` Strictly lesser
