Aspose::Pdf::Generator::BoundsCheckableList::Contains method

BoundsCheckableList::Contains method

Determines whether an element is in the System.Collections.Generic.List.

bool Aspose::Pdf::Generator::BoundsCheckableList<typename>::Contains(const T &item) const override
ParameterTypeDescription
itemconst 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