compare_to method

compare_to(obj)

Compares the specified object to the current object.

def compare_to(self, obj: object):
    ...
ParameterTypeDescription
objobject

compare_to(other)

Compares the specified list to the current list.

def compare_to(self, other: aspose.words.lists.List):
    ...
ParameterTypeDescription
otherList

See Also