Click or drag to resize

SortedMapBaseKey, ValueContains Method

Check if map contains a key value pair

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool Contains(
	KeyValuePair<Key, Value> keyValue
)

Parameters

keyValue
Type: System.Collections.GenericKeyValuePairKey, Value

[Missing <param name="keyValue"/> documentation for "M:VelocityDb.Collection.SortedMapBase`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})"]

Return Value

Type: Boolean
true if map contains the key value pair
See Also