BTreeBaseKey, ValueContains 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
)
Public Function Contains (
key As Key,
comparisonArray As Byte()
) As Boolean
public:
bool Contains(
Key key,
array<unsigned char>^ comparisonArray
)
member Contains :
key : 'Key *
comparisonArray : byte[] -> bool
Parameters
- key
- Type: Key
[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Contains(`0,System.Byte[])"]
- comparisonArray
- Type: SystemByte
[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