---
title: "Equals"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/equals
markdown: https://docs.nodetool.ai/nodes/nodetool/text/equals.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/equals.md
---

# Equals

**Type:** `nodetool.text.Equals`

**Namespace:** `nodetool.text`

## Description

Checks if two text inputs are equal.
    text, compare, equals, match, =

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text_a | `str` |  | `` |
| text_b | `str` |  | `` |
| case_sensitive | `bool` | Disable lowercasing before compare | `true` |
| trim_whitespace | `bool` | Strip leading/trailing whitespace prior to comparison | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
