Gimp.ColorProfile.prototype.is_equal

function is_equal(profile2: Gimp.ColorProfile): Boolean {
    // Gjs wrapper for gimp_color_profile_is_equal()
}
  

Compares two profiles.

Since 2.10

profile2

a Gimp.ColorProfile

Returns

true if the profiles are equal, false otherwise.