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