Updated Equal Objects.md (markdown)
commited
commit
fb765c0b4a5b384269f6ad4a4b963b4cca8f7363
... | ... | @@ -4,4 +4,4 @@ Outputs True if the two input objects are equal. Since object inputs default to |
4 | 4 | |
5 | 5 | ## Notes |
6 | 6 | |
7 | * This checks if the two inputs are the same *[[object]]*, not whether they're the same *[[block]] type*. E.g. two [[Box]] blocks, placed in the world, will create two different and independelty moving objects, so they are not equal despite both being made from the same block type. |
|
... | ... | \ No newline at end of file |
0 | * This checks if the two inputs are the same *[[object]]*, not whether they're the same *[[block]] type*. E.g. two [[Box]] blocks, placed in the world, will create two different and independently moving objects, so they are not equal despite both being made from the same block type. |
|
... | ... | \ No newline at end of file |