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