[This is preliminary documentation and is subject to change.]
Checks if a node is the same as this one.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public bool IsSameNode( Node Node ) |
Visual Basic (Declaration) |
---|
Public Function IsSameNode ( _ Node As Node _ ) As Boolean |
Visual C++ |
---|
public: bool IsSameNode( Node^ Node ) |
Parameters
- Node
- Type: WebKit.DOM..::.Node
The node to check.