Node T  IsAncestorOf Method Bespoke Osc Library
Determines if the current node is an ancestor of the specified node.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Function IsAncestorOf ( _
	node As Node(Of T) _
) As Boolean

Parameters

node
Type: Bespoke.Common Node T 
The node to test against.

Return Value

true if the current node is an ancestore of node; otherwise, false.
See Also