Determines whether the ICollection<(Of <(<'T>)>)> contains a specific Column.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool Contains(
	Column item
)
Visual Basic
Public Function Contains ( 
	item As Column
) As Boolean
Visual C++
public:
virtual bool Contains(
	Column^ item
) sealed
F#
abstract Contains : 
        item : Column -> bool 
override Contains : 
        item : Column -> bool 

Parameters

item
Type: Dapfor.Wpf.Controls..::..Column
The Column to locate in the ICollection<(Of <(<'T>)>)>.

Return Value

Type: Boolean
true if item is found in the ICollection<(Of <(<'T>)>)>; otherwise, false.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also