Math Equal To
Check if the first number is equal to the second.
This node checks if the first input number is equal to the second input number.
Example:#
- Input:
10, 10
Results in the comparison 10 == 10
.
- Output:
true
Inputs#
Outputs#
ID: math-equal@v1