compareinstances
compareinstances checks if two Instances are equal.
This is primarily used for instances which have been cloneref'd, where the normal equality check with == fails.
Parameters
| Parameter | Description |
|---|---|
object1 |
This first Instance to compare. |
object2 |
The second Instance to compare against. |