|
RedBlackTreeTContains Method (RedBlackTreeNodeT)
|
Determines whether this tree contains the specified item.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public bool Contains(
RedBlackTreeNode<T> item
)
Public Function Contains (
item As RedBlackTreeNode(Of T)
) As Boolean
Request Example
View SourceParameters
- item
- Type: Accord.CollectionsRedBlackTreeNodeT
The item to be looked for.
Return Value
Type:
Booleantrue if the element was found inside the tree; otherwise,
false.
See Also