ContainsKey(TKey)
Returns true if a given key is present in this hash map.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
ContainsKey(T)
public readonly bool ContainsKey(TKey key)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the key was present. |