Click or drag to resize

BTreeBase<Key, Value>.Contains Method (Key,Byte[])

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,
	byte[] comparisonArray
)

Parameters

key
Type: Key

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

comparisonArray
Type:System.Byte[]

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

Return Value

Type: Boolean

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

See Also