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?