Determines whether the EntityMap<TKey> contains the specified key.
public bool ContainsKey(TKey key);
key
TKey
The key to locate in the EntityMap<TKey>.
System.Boolean
true if the EntityMap<TKey> contains the specified key; otherwise, false.
Determines whether the EntityMap<TKey> contains the specified key.
public bool ContainsKey(TKey key);
key
TKey
The key to locate in the EntityMap<TKey>.
System.Boolean
true if the EntityMap<TKey> contains the specified key; otherwise, false.