isSameNode method
[This documentation is preliminary and is subject to change.]
Determines if two node references refer to the same node.
![]() ![]() |
Syntax
VARIANT_BOOL retVal = object.isSameNode(otherNode);
Standards information
Parameters
otherNode [in]
Type: IHTMLDOMNode3The node to be compared to the node that is executing the method.
Remarks
This determines whether or not two references refer to the same node. If the references refer to the same node, you can use the references interchangeably, even when using a proxy.
See also
Build date: 1/26/2012
.png)
.png)