Skip to main content

equals

Check if two values are equal

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 3 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

A

A

Any

Item

The first value

B

B

Any

Item

The second value

Outputs

Name

Abbreviation

Type

Access

Description

Result

R

Boolean

Item

Whether the values are equal

How to

  1. Feed any value into item A

    The value could be a string, number, or even Objects & Features

  2. Feed any value into item B

    The value could be a string, number, or even Objects & Features

  3. The result is True if the two inputs are an exact match, and false if they are not an exact match

The data type of the inputs is considered.

For instance:

String: “This is a String” does not equal Object: [”This is a String”]

Did this answer your question?