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