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.43.1

Syntax

C#
public bool Contains(
	TElement item
)
Visual Basic
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