Contains
Whether the columns contain the specified name.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Contains(Column)
Whether the columns contain the specified name.
public bool Contains(Column item)
Parameters
Returns
Type | Description |
|---|---|
| bool | Whether a column with the given name exists or not. |
Contains(string)
Whether the columns contain the specified name.
public bool Contains(string name)
Parameters
The name of the column to look for.
Returns
Type | Description |
|---|---|
| bool | Whether a column with the given name exists or not. |