Equal

Use Equal to check if 2 values are equal, support other data types like Int, Double, Vector, Boolean, Color and String, etc. Equal is in the Logic category.
Input
Name | Data type | Description |
Value1 | According to the data type you choose | The base number |
Value2 | According to the data type you choose | The value to compare to the base |
Output
Name | Data type | Description |
Value | Bool | A boolean signal of comparison result |
Example

In this example, if the scale of green dot is equal to vec3(0.5, 0.5, 0.5), then the yellow dot will be set to visible.

If the Tolerance value is set to a certain number, whatever falls in the range of A/B values plus or minus the Tolerance value will give the value True.
