Contains()

PortionCollection::Contains(System::SharedPtr<IPortion>) method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::PortionCollection::Contains(System::SharedPtr<IPortion> item) override

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<IPortion>The object to locate in the ICollection.

Return Value

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

See Also