Gimp.Parasite.compare

@accepts(Gimp.Parasite, Gimp.Parasite)
@returns(bool)
def compare(self, b):
    # Python wrapper for gimp_parasite_compare()
  

Compare parasite's contents.

self

a Gimp.Parasite

b

a Gimp.Parasite

Returns