Returns true if the list contains the given element.
Namespace: TallComponents.InteractionAssembly: 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.