Contains()

BehaviorPropertyCollection::Contains(const System::SharedPtr<IBehaviorProperty>&) const method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::Animation::BehaviorPropertyCollection::Contains(const System::SharedPtr<IBehaviorProperty> &item) const override

Arguments

ParameterTypeDescription
itemconst System::SharedPtr<IBehaviorProperty>&The property to locate in the ICollection.

Return Value

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

BehaviorPropertyCollection::Contains(const System::String&) const method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::Animation::BehaviorPropertyCollection::Contains(const System::String &propertyValue) const override

Arguments

ParameterTypeDescription
propertyValueconst System::String&Value of the property to locate in the ICollection.

Return Value

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

See Also