compare_to method
compare_to(obj)
Compares the specified object to the current object.
def compare_to(self, obj: object):
...
Parameter | Type | Description |
---|---|---|
obj | object |
compare_to(other)
Compares the specified list to the current list.
def compare_to(self, other: aspose.words.lists.List):
...
Parameter | Type | Description |
---|---|---|
other | List |
See Also
- module aspose.words.lists
- class List