Table of Contents

Method ContainsKey

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

ContainsKey(string)

Determines whether a metadata entry with the specified key exists in the collection.

public bool ContainsKey(string key)

Parameters

key string

The key to locate in the collection.

Returns

bool

True if the collection contains a metadata entry with the key; otherwise, false.