Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

item
Type: T
The item to be looked for.

Return Value

Type: Boolean
true if the element was found inside the tree; otherwise, false.
See Also