Returns a value that indicates whether the collection contains an item with the given key value.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool ContainsKey(
	Object key
)
Visual Basic
Function ContainsKey ( _
	key As Object _
) As Boolean

Parameters

key
Type: System..::..Object
The key value to search for

Return Value

true if the collection contains an element with the specified key value; otherwise, false.

See Also