Aspose::Pdf::Text::CharInfoCollection::Contains‑metod

CharInfoCollection::Contains method

Bestämmer om samlingen innehåller ett specifikt värde.

bool Aspose::Pdf::Text::CharInfoCollection::Contains(const System::SharedPtr<CharInfo> &item) const override
ParameterTypBeskrivning
objektconst System::SharedPtr<CharInfo>&Objektet att leta efter i samlingen

ReturnValue

true om objektet hittas i samlingen; annars false.

Se även