Table of Contents

ContainsKey

Methods
public bool ContainsKey(Key key)

Determines whether the storage object contains the specified key.

Parameters
Type Name Description
Key key

The key to locate in the storage object.

Returns
Type Description
bool

true if the storage object contains an item with the specified key; otherwise, false.