[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Index-1.ContainsKey

ContainsKey Method

ContainsKey(object)

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

Implements IIndexScanner(T).ContainsKey(object)

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

The key value to search for.

Returns
Type Description
bool

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

Implements