IsSameNode Method

WebKit .NET

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

Checks if a node is the same as this one.

Namespace:  WebKit.DOM
Assembly:  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.

Return Value

A value indicating whether the nodes are the same.

See Also