This topic has not yet been rated - Rate this topic

isSameNode method

Determines if two node references refer to the same node.

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

Syntax


 retVal = object.isSameNode(otherNode);

Parameters

otherNode [in]

Type: IHTMLDOMNode3

The node to be compared to the node that is executing the method.

Standards information

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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.