Contains(T)
Returns true if a particular value is present.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool Contains(T item)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the value was present. |