latest
Operators
Equality

Test for (in)equality of two numbers

ID

math-operators-equality

Name

Equality

Group

Operators

Package

Math

Keywords

equality
=
inequality

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating an Equality node.

  • The first way to create an Equality node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • equality
  • The second way is to select an Equality node from the menu that opens from the top left.
    • Menu > Math > Operators > Equality

Steps

  • Create a Equality node.
  • Connect the first number for comparison to the first port.
  • Connect the second number for comparison to the second port.

See also

Ceil
Round
Larger

Inputs

NameTypeDescriptionDefault Value
num1
Number
First number
num2
Number
Second number

Outputs

NameTypeDescription
equality
Boolean
True if Num1 = Num2
inEquality
Boolean
True if Num1 ≠ Num2