Equal Numbers
Outputs `True` if both number inputs are equal, and false if they are not.
Equal Numbers
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Num1 Num2 |
Outputs | Truth |

Notes
The numbers do not have to be actually equal to be considered equal, they have to be close enough.
If high precision is required, the following script can be used: