Aspose::Pdf::BoundsCheckableList::Contains method
BoundsCheckableList::Contains method
Determines whether an element is in the System.Collections.Generic.List.
bool Aspose::Pdf::BoundsCheckableList<typename>::Contains(const T &item) const override
Parameter | Type | Description |
---|---|---|
item | const T& | The object to locate in the System.Collections.Generic.List. The value can be null for reference types. |
ReturnValue
true if item item is found in the System.Collections.Generic.List; otherwise, false.
See Also
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++