Contains()

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

Determines whether the ICollection contains a specific value.

virtual bool Aspose::Slides::Animation::IBehaviorPropertyCollection::Contains(const System::String &propertyValue) const =0

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