Gimp.Parasite.prototype.compare
function compare(b: Gimp.Parasite): Boolean {
// Gjs wrapper for gimp_parasite_compare()
}
Compare parasite's contents.
- b
- Returns
true if a and b have same contents, false otherwise.
function compare(b: Gimp.Parasite): Boolean {
// Gjs wrapper for gimp_parasite_compare()
}
Compare parasite's contents.
true if a and b have same contents, false otherwise.