11.11.18 IsReferenceEqualTo Method
Tests if this element is a mirror of another element. A mirror element reflects exactly the state of the other element. Any changes done to it will be reflected immediately in the other element, and vice versa. To make an element a mirror of another, use the Refer method
Input Arguments
Name | Type | Mandatory | Description |
|---|---|---|---|
Element | Yes | The element to test for reference equality. |
Return Value
Type | Description |
|---|---|
Boolean | True if the tested element is the same element as the current element, False otherwise |