Contains()

BehaviorCollection::Contains(System::SharedPtr<IBehavior>) method

Determines whether the ICollection contains a specific value.

bool Aspose::Slides::Animation::BehaviorCollection::Contains(System::SharedPtr<IBehavior> item) override

Arguments

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

Return Value

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

See Also