SortedSetBaseKeyContains Method |
Checks if this sorted set contains the item
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Contains(
Key aKey
)
Public Function Contains (
aKey As Key
) As Boolean
public:
virtual bool Contains(
Key aKey
) sealed
abstract Contains :
aKey : 'Key -> bool
override Contains :
aKey : 'Key -> bool
Parameters
- aKey
- Type: Key
item to check for containment
Return Value
Type:
Booleantrue if item contained; false if not
See Also