BehaviorCollectionContains Method

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool Contains(
	IBehavior item
)

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.

Implements

IBehaviorCollectionContains(IBehavior)
See Also