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.