Table of Contents

Method ContainsKey

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

ContainsKey(string)

Determines whether the StringKeyStore contains a specific key.

public bool ContainsKey(string key)

Parameters

key string

The key to locate in the StringKeyStore.

Returns

bool

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