IBehaviorCollectionContains Method |
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)
Syntaxbool Contains(
IBehavior item
)
Function Contains (
item As IBehavior
) As Boolean
bool Contains(
IBehavior^ item
)
abstract Contains :
item : IBehavior -> bool
Parameters
- item
- Type: Aspose.Slides.AnimationIBehavior
The object to locate in the ICollectionT.
Return Value
Type:
Boolean
true if
item is found in the
ICollectionT; otherwise, false.
See Also