equals method

equals

Determines whether the current Layout is the same as specified Layout object.

Returns

if both Layout objects are the same; otherwise,

def equals(self, other):
    ...
Parameter Type Description
other groupdocs.viewer.results.Layout The object to compare with the current Layout object.

See Also