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