> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/function-blocks/data-logic/logic/equals.md).

# Equals

Dieser Funktionsblock vergleicht mehrere numerische Eingaben, um festzustellen, ob alle Werte gleich sind. Er liefert eine boolesche Ausgabe, die angibt, ob die Werte übereinstimmen.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

`Number` Die erste Zahl zum Vergleich.

`Number` Die zweite Zahl zum Vergleich (kann mehrere Zahlen akzeptieren).

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

`Boolean` Diese Ausgabe zeigt an, ob alle Eingabewerte gleich sind (true) oder nicht (false).

## 🕹️ Steuerungen <a href="#controls" id="controls"></a>

Der Block hat keine spezifischen Steuerelemente für die Benutzereingabe, abgesehen von den numerischen Steckdosen, an die die Werte angeschlossen sind.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Multiple Comparisons` Der Block kann mehrere Zahlen gleichzeitig vergleichen und feststellen, ob sie alle gleich sind.

`Logical Evaluation` Bietet eine einfache true/false-Bewertung, die sofort angibt, ob alle verglichenen Werte übereinstimmen.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Connect Inputs**: Verbinden Sie ein oder mehrere numerische Werte mit den Eingangssteckdosen.
2. **Evaluate**: Die Ausgabe wird automatisch aktualisiert, um anzuzeigen, ob alle Eingabewerte gleich sind oder nicht.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Wenn er ausgeführt wird, prüft dieser Funktionsblock alle angeschlossenen numerischen Eingaben und gibt einen booleschen Wert basierend auf der Gleichheit aus.

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Keine boolesche Ausgabe</summary>

Wenn die Ausgabe nicht zu aktualisieren scheint, stellen Sie sicher, dass alle Eingangssteckdosen ordnungsgemäß mit Zahlenwerten verbunden sind.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/german/function-blocks/data-logic/logic/equals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
