Contains()

ImageTransformOperationCollection::Contains(const System::SharedPtr<IImageTransformOperation>&) const method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::Effects::ImageTransformOperationCollection::Contains(const System::SharedPtr<IImageTransformOperation> &item) const override

Arguments

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

Return Value

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

See Also