> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Equals

<CardGroup cols={2}>
  <Card title="Color, Color" href="#color-color" />

  <Card title="Scalar, Scalar" href="#scalar-scalar" />

  <Card title="Scalar Field, Scalar Field" href="#scalar-field-scalar-field" />

  <Card title="Text, Text" href="#text-text" />
</CardGroup>

***

<h2 id="color-color">
  Color, Color
</h2>

Return a true Bool value if the first Color is equal to the second Color, false if otherwise.

### Inputs

| Name      | Type                                                 | Description       |
| --------- | ---------------------------------------------------- | ----------------- |
| Operand a | [Color](../../../../block-documentation/types/color) | The first value.  |
| Operand b | [Color](../../../../block-documentation/types/color) | The second value. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |

***

<h2 id="scalar-scalar">
  Scalar, Scalar
</h2>

Return a true Bool value if the first Scalar number equals the second, false if otherwise.

### Inputs

| Name      | Type                                                   | Description       |
| --------- | ------------------------------------------------------ | ----------------- |
| Operand a | [Scalar](../../../../block-documentation/types/scalar) | The first value.  |
| Operand b | [Scalar](../../../../block-documentation/types/scalar) | The second value. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |

***

<h2 id="scalar-field-scalar-field">
  Scalar Field, Scalar Field
</h2>

Return a Bool Field of values that are true where the first Scalar Field equals the second, false if otherwise.

### Inputs

| Name      | Type                                                               | Description       |
| --------- | ------------------------------------------------------------------ | ----------------- |
| Operand a | [Scalar Field](../../../../block-documentation/types/scalar-field) | The first value.  |
| Operand b | [Scalar Field](../../../../block-documentation/types/scalar-field) | The second value. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Bool Field](../../../../block-documentation/types/bool-field) |

***

<h2 id="text-text">
  Text, Text
</h2>

Returns True if the first String equals the second, False otherwise.

### Inputs

| Name      | Type                                               | Description       |
| --------- | -------------------------------------------------- | ----------------- |
| Operand a | [Text](../../../../block-documentation/types/text) | The first value.  |
| Operand b | [Text](../../../../block-documentation/types/text) | The second value. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |
