Updated Equal Objects.md (markdown)
commited
commit
49db5a47e0469cc05ef9b0007845ed103e88af19
... | ... | @@ -1,4 +1,5 @@ |
1 | Outputs True if the two input objects are equal. |
|
2 | Since object inputs default to None, just leave the second input empty to check if the first input is None. |
|
1 | Outputs True if the two input objects are equal. Since object inputs default to None, just leave the second input empty to check if the first input is None. |
|
3 | 2 | |
4 | [[/uploads/Equal_Object.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Equal_Object.png]] |
|
1 | ||
2 | Note that it doesn't count as equal even if the two blocks are the same type. It's because each block has a unique ID (can be checked with Inspect Object). Glued blocks will count as a single object (with one object ID). |
|
... | ... | \ No newline at end of file |