This version of Unity is unsupported.

SortColumnDescriptions.Contains

Declaration

public bool Contains(UIElements.SortColumnDescription item);

Returns

bool Whether the item is in the collection or not.

Description

Determines whether the current collection contains a specific value. <param name="item">The object to locate in the current collection.</param>