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
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IBehavior> | The object to locate in the ICollection. |
Return Value
true if item is found in the ICollection; otherwise, false.
See Also
- Typedef SharedPtr
- Class IBehavior
- Class BehaviorCollection
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides