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