Returns true if the list contains the given element.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0

Syntax

C#
public bool Contains(
	TElement item
)
Visual Basic (Declaration)
Public Function Contains ( _
	item As TElement _
) As Boolean

Parameters

item
Type: TElement
The element.

Return Value

True if the list contains the element.

Implements

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

See Also