Equals

This function block compares multiple numeric inputs to determine if all values are equal. It provides a boolean output indicating whether the values match.

๐Ÿ“ฅ Inputs

Number The first number for comparison.

Number The second number for comparison (can accept multiple numbers).

๐Ÿ“ค Outputs

Boolean This output indicates whether all input numbers are equal (true) or not (false).

๐Ÿ•น๏ธ Controls

The block has no specific controls for user input apart from the numeric sockets where values are connected.

๐ŸŽจ Features

Multiple Comparisons The block can compare several numbers simultaneously and determine if they all are equal.

Logical Evaluation Provides a simple true/false evaluation, instantly indicating if all compared values match.

๐Ÿ“ Usage Instructions

  1. Connect Inputs: Link one or more numeric values to the input sockets.

  2. Evaluate: The output will automatically update to reflect whether all input numbers are equal or not.

๐Ÿ“Š Evaluation

When executed, this function block checks all connected numeric inputs and outputs a boolean value based on equality.

๐Ÿ› ๏ธ Troubleshooting

No Boolean Output

If the output doesn't seem to update, ensure that all input sockets are properly connected with number values.

Last updated

Was this helpful?