# Overview

## Greater

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong><code>comparison.greater-than()</code></strong></td><td>Checks whether the given value is greater than compared value.</td><td>module: <code>greater.than()</code></td><td><a href="greater/greater.than">greater.than</a></td></tr><tr><td><strong><code>comparison.greater-than-any()</code></strong></td><td>Checks whether the given <code>$greater</code> is greater than any of the given <code>$values</code>.</td><td>module: <code>greater.than-any()</code></td><td><a href="greater/greater.than-any">greater.than-any</a></td></tr><tr><td><strong><code>comparison.greater-than-every()</code></strong></td><td>Checks whether the given <code>$greater</code> is greater than every of the given <code>$values</code>.</td><td>module: <code>greater.than-every()</code></td><td><a href="greater/greater.than-every">greater.than-every</a></td></tr></tbody></table>

## Less

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong><code>comparison.less-than-any()</code></strong></td><td>Checks whether the given <code>$less</code> is less than any of the given <code>$values</code>.</td><td></td><td><a href="less/less.than-any">less.than-any</a></td></tr><tr><td><strong><code>comparison.less-than-every()</code></strong></td><td>Checks whether the given <code>$less</code> is less than every of the given <code>$values</code>.</td><td></td><td><a href="less/less.than-every">less.than-every</a></td></tr><tr><td><strong><code>comparison.less-than()</code></strong></td><td>Checks whether the given <code>$value</code> is less than compared <code>$value</code> and/or <code>$values</code>.</td><td></td><td><a href="less/less.than">less.than</a></td></tr></tbody></table>

## Comparison

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong><code>comparison.compare-multiple()</code></strong></td><td>Handles multiple comparisons.</td><td></td></tr><tr><td><strong><code>comparison.compare()</code></strong></td><td>Returns a <code>bool</code> indicating the result of the comparison.</td><td></td></tr><tr><td><strong><code>comparison.equal()</code></strong></td><td>Function is a helper function for the compare function and it's a simple comparison of the <code>$value1</code> with <code>$value2</code>.</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.angular-package.dev/sass/comparison/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
