NodeCollection T  Contains Method Bespoke Osc Library
Determines whether a node is in the collection.

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

Public Function Contains ( _
	item As Node(Of T) _
) As Boolean

Parameters

item
Type: Bespoke.Common Node T 
The node to locate.

Return Value

true if node is found in the collection; otherwise, false.
See Also