Contains(SortColumnDescription)
Determines whether the current collection contains a specific value.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Contains(SortColumnDescription item)
Parameters
The object to locate in the current collection.
Returns
Type | Description |
|---|---|
| bool | Whether the item is in the collection or not. |