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