AATreeTKey, TValueContains Method |
Verifies whether the specified key is present in the tree or not.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Contains(
TKey key
)
Public Function Contains (
key As TKey
) As Boolean
public:
bool Contains(
TKey key
)
member Contains :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
key to verify.
Return Value
Type:
BooleanReturns true if the specified key is present in the tree, else returns false.
See Also