Click or drag to resize

BTreeBaseKey, ValueContains Method (Key)

Determines whether the set contains a specific element.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool Contains(
	Key key
)

Parameters

key
Type: Key

[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Contains(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Contains(`0)"]

See Also