Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Contains(SortColumnDescription)

Determines whether the current collection contains a specific value.
Read time 1 minuteLast updated 11 days ago

Definition

public bool Contains(SortColumnDescription item)

Parameters

The object to locate in the current collection.

Returns

Type

Description

boolWhether the item is in the collection or not.