 | PdfControlCollectionsContains Method |
Determines whether the collection contains a specific
PdfControl.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Contains(
PdfControl item
)
Public Function Contains (
item As PdfControl
) As Boolean
public:
virtual bool Contains(
PdfControl^ item
) sealed
abstract Contains :
item : PdfControl -> bool
override Contains :
item : PdfControl -> bool public final boolean Contains(
PdfControl item
)
Parameters
- item PdfControl
- The PdfControl to locate in the collection.
Return Value
Booleantrue if
PdfControl is found in the collection; otherwise, false.
Implements
IReadOnlyListTContains(T)ICollectionTContains(T)
See Also