equals method

equals

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

Returns

if both Layer objects are the same; otherwise,

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

See Also