Click or drag to resize
AATreeTKey, TValueContains Method
Verifies whether the specified key is present in the tree or not.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	TKey key
)

Parameters

key
Type: TKey
key to verify.

Return Value

Type: Boolean
Returns true if the specified key is present in the tree, else returns false.
See Also