Method Contains
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Contains(T)
Determines whether the collection contains a specific value.
public bool Contains(T item)
Parameters
item
TThe object to locate in the collection.
Returns
- bool
true
if item is found in the collection; otherwise,false
.