Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SortColumnDescriptions.Contains

Declaration

public bool Contains(UIElements.SortColumnDescription item);

Parameters

item The object to locate in the current collection.

Returns

bool Whether the item is in the collection or not.

Description

Determines whether the current collection contains a specific value.