contains method
contains
Determines whether the collection contains a specific value.
Returns
true if item is found in the collection; otherwise, false.
def contains(self, item):
    ...
| Parameter | Type | Description | 
|---|---|---|
| item | IMathBlock | The object to locate in the collection. | 
Examples
Example:
See Also
- class IMathBlock
- class IMathBlockCollection
- module aspose.slides.mathtext
- library Aspose.Slides