Equal node
Checks if two values are equal.
阅读时间1 分钟最后更新于 10 个月前
Use the Equal node to check whether two values are exactly the same. This comparison works for numbers, true/false checks, text, objects, vectors, and rotations. For vectors and rotations, all components must match. For objects, the node checks if it’s the exact same object.
Sockets
Socket | Type | Description |
|---|---|---|
| Input 1 | Any | The first value to compare. |
| Input 2 | Same type as Input 1 | The second value to compare. Must be the same kind of value as Input 1. |
| Output | | True if both values are exactly the same; otherwise false. |