isSameNode method

[This documentation is preliminary and is subject to change.]

Determines if two node references refer to the same node.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

Syntax

VARIANT_BOOL retVal = object.isSameNode(otherNode);

Standards information

Parameters

  • otherNode [in]
    Type: IHTMLDOMNode3

    The 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

IHTMLDOMNode3

 

 

Build date: 1/26/2012