contains method
contains
Returns true if the list contains the given token, otherwise false.
Returns
A Boolean, which is true if the calling list contains token, otherwise false.
def contains(self, token):
    ...
| Parameter | Type | Description | 
|---|---|---|
| token | str | The token to locate in the list. | 
See Also
- module 
aspose.svg.collections - class 
DOMTokenList