Node T  IsDescendantOf Method Bespoke Osc Library
Determines if the current node is a descendant 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 IsDescendantOf ( _
	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 descendant of node; otherwise, false.
See Also