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