> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/scripting/steps/conditions/equals.md).

# Equals

**Introduction**

The "Equals" step compares a variable to a specified value and returns `Yes` if they are equal. This step is useful for validating whether a variable matches an expected value.

**Configuration**

* **Variable**: The variable to be compared. This parameter must be of a type that supports equality checks.
* **Value**: The value to compare against the selected variable.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable equals the specified value.
