# Contains(SortColumnDescription)

> Determines whether the current collection contains a specific value.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public bool Contains(SortColumnDescription item)
```

### Parameters

**** (\[SortColumnDescription]\(/engine/6000.3/script-reference/unityengine/uielements/sortcolumndescription)): The object to locate in the current collection.

### Returns

| Type                                                          | Description                                   |
| ------------------------------------------------------------- | --------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Whether the item is in the collection or not. |
