Click or drag to resize

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
)

Parameters

aKey
Type: Key
item to check for containment

Return Value

Type: Boolean
true if item contained; false if not
See Also