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