You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

XPRIM_JsonElement

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

  • No labels