Contains()
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
item | const 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
Parameter | Type | Description |
---|---|---|
propertyValue | const 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
- Typedef SharedPtr
- Class IBehaviorProperty
- Class BehaviorPropertyCollection
- Class String
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides