BehaviorPropertyCollectionContains Method (IBehaviorProperty) |
Determines whether the
ICollectionT contains a specific value.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool Contains(
IBehaviorProperty item
)
Public Function Contains (
item As IBehaviorProperty
) As Boolean
public:
virtual bool Contains(
IBehaviorProperty^ item
) sealed
abstract Contains :
item : IBehaviorProperty -> bool
override Contains :
item : IBehaviorProperty -> bool
Parameters
- item
- Type: Aspose.Slides.AnimationIBehaviorProperty
The property to locate in the ICollectionT.
Return Value
Type:
Boolean
true if
item is found in the
ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also