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

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(
	Header item
)
Visual Basic
Public Function Contains ( 
	item As Header
) As Boolean
Visual C++
public:
virtual bool Contains(
	Header^ item
) sealed
F#
abstract Contains : 
        item : Header -> bool 
override Contains : 
        item : Header -> bool 

Parameters

item
Type: Dapfor.Wpf.Controls..::..Header
The Header 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