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
Connect Inputs: Link one or more numeric values to the input sockets.
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
Last updated
Was this helpful?