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