Equal
Use Equal to check if 2 values are equal. Supports other data types like Int, Double, Vector, Boolean, Color, String, Scene Object, etc.
Input
Name | Data Type | Description |
---|---|---|
Value1 | According to the data type you choose | The base value. |
Value2 | According to the data type you choose | The value to compare to the base. |
Output
Name | Data Type | Description |
---|---|---|
Value | Boolean | A boolean signal of the comparison result. |
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
.