Contains
Contains(IBehaviorProperty)
Determines whether the ICollection contains a specific value.
public bool Contains(IBehaviorProperty item)
Parameter | Type | Description |
---|---|---|
item | IBehaviorProperty | The property to locate in the ICollection. |
Return Value
true if item is found in the ICollection; otherwise, false.
See Also
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
Contains(string)
Determines whether the ICollection contains a specific value.
public bool Contains(string propertyValue)
Parameter | Type | Description |
---|---|---|
propertyValue | String | Value of the property to locate in the ICollection. |
Return Value
true if propertyValue is found in the ICollection; otherwise, false.
See Also
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides