EntityMultiMap_TKey_.ContainsKey(TKey).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.EntityMultiMap<TKey>

EntityMultiMap.ContainsKey(TKey) Method

Determines whether the EntityMultiMap<TKey> contains the specified key.

public bool ContainsKey(TKey key);

Parameters

key TKey

The key to locate in the EntityMultiMap<TKey>.

Returns

System.Boolean
true if the EntityMultiMap<TKey> contains the specified key; otherwise, false.

Contents

  1. 0.1">DefaultEcs.">EntityMultiMap&#x3C;TKey>
  2. 1EntityMultiMap.ContainsKey(TKey) Method