ColumnCollectionContains Method

Checks if the column is part of the collection

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Contains(
	ColumnBase column
)

Parameters

column  ColumnBase
The column to search for

Return Value

Boolean
True if the column exists in the collection, otherwise false.

See Also