Gimp.ColorProfile.is_equal

@accepts(Gimp.ColorProfile, Gimp.ColorProfile)
@returns(bool)
def is_equal(self, profile2):
    # Python wrapper for gimp_color_profile_is_equal()
  

Compares two profiles.

Since 2.10

self

a Gimp.ColorProfile

profile2

a Gimp.ColorProfile

Returns