Contains()

PieSplitCustomPointCollection::Contains(const System::SharedPtr<IChartDataPoint>&) const method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::Charts::PieSplitCustomPointCollection::Contains(const System::SharedPtr<IChartDataPoint> &item) const override

Arguments

ParameterTypeDescription
itemconst System::SharedPtr<IChartDataPoint>&The object to locate in the ICollection.

Return Value

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

See Also