Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Equal

Checks whether values are (almost) equal within a tolerance.


Inputs

  • value 1

    • The first value to compare.
  • value 2

    • The second value to compare.
  • tolerance

    • The value which defines the tolerance in which the values can be considered equal.

Outputs

  • result

    • The boolean value indicating whether the values are equal or not.
  • result list

    • The list of boolean values indicating whether the values are equal or not.

Note(s)

  • Other names for this node include: Same, Identical, Is, =, and ==.

Example(s)