EntityMap_TKey_.ContainsKey(TKey).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.EntityMap<TKey>
EntityMap.ContainsKey(TKey) Method
Determines whether the EntityMap<TKey> contains the specified key.
public bool ContainsKey(TKey key);
Parameters
key TKey
The key to locate in the EntityMap<TKey>.
Returns
System.Boolean
true if the EntityMap<TKey> contains the specified key; otherwise, false.