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