__ElementIsEqual
Determines if the two passed Element objects are the same Element.
Key | Description |
---|---|
left | The left node to be compared. |
right | The right node to be compared. |
Returns true only when the left and right are the same node.
The frontend framework can perform the comparison operation as follows.