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
)
Public Function Contains (
key As Key
) As Boolean
public:
virtual bool Contains(
Key key
) sealed
abstract Contains :
key : 'Key -> bool
override Contains :
key : 'Key -> bool
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