IsEqualNode Method

WebKit .NET

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

Checks if a node is equal to this one.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool IsEqualNode(
	Node Node
)
Visual Basic (Declaration)
Public Function IsEqualNode ( _
	Node As Node _
) As Boolean
Visual C++
public:
bool IsEqualNode(
	Node^ Node
)

Parameters

Node
Type: WebKit.DOM..::.Node
The node to check.

Return Value

A value indicating whether the nodes are equal.

See Also