Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Contains

Whether the columns contain the specified name.
Read time 1 minuteLast updated 11 days ago

Definition

Contains(Column)

Whether the columns contain the specified name.
public bool Contains(Column item)

Parameters

item

Returns

Type

Description

boolWhether a column with the given name exists or not.

Contains(string)

Whether the columns contain the specified name.
public bool Contains(string name)

Parameters

name

The name of the column to look for.

Returns

Type

Description

boolWhether a column with the given name exists or not.