Contains
IMathBlockCollection.Contains method
Détermine si la collection contient une valeur spécifique.
public bool Contains(IMathBlock item)
Paramètre | Taper | La description |
---|---|---|
item | IMathBlock | Objet à localiser dans la collection. |
Return_Value
vrai siitem se trouve dans la collection; sinon, faux.
Exemples
Exemple :
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
IMathBlock block = new MathBlock(new MathematicalText("y"));
blockCollection.Add(block);
bool contains = blockCollection.Contains(block);
Voir également
- interface IMathBlock
- interface IMathBlockCollection
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides