Contains
method in Coherence.Cloud.StorageObject
Methods
public bool Contains(StorageItem item)
Determines whether the storage object contains the specified item.
Parameters
Type | Name | Description |
---|---|---|
StorageItem | item | The item to locate in the storage object. |
Returns
Type | Description |
---|---|
bool | true if the storage object contains an item with the specified key, and the value of the item matches the specified value; otherwise, false. |