Contains
BehaviorCollection.Contains method
Determines whether the ICollection contains a specific value.
public bool Contains(IBehavior item)
Parameter | Type | Description |
---|---|---|
item | IBehavior | The object to locate in the ICollection. |
Return Value
true if item is found in the ICollection; otherwise, false.
See Also
- interface IBehavior
- class BehaviorCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides