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