Gimp.Parasite.prototype.compare

function compare(b: Gimp.Parasite): Boolean {
    // Gjs wrapper for gimp_parasite_compare()
}
  

Compare parasite's contents.

b

a Gimp.Parasite

Returns

true if a and b have same contents, false otherwise.