[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IIndexScanner-1.ContainsKey

ContainsKey Method

ContainsKey(object)

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

Declaration
bool ContainsKey(object key)
Parameters
Type Name Description
object key

The key value to search for

Returns
Type Description
bool

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