Click or drag to resize

PdfArrayWrapperTContains Method

Determines whether the collection contains a specific item.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool Contains(
	T item
)

Parameters

item  T
The object to locate in the collection.

Return Value

Boolean
true if item is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also