Gcr.Comparable.prototype.compare

function compare(other: Gcr.Comparable): Number(gint) {
    // Gjs wrapper for gcr_comparable_compare()
}
  

Compare whether two objects represent the same thing. The return value can also be used to sort the objects.

other

Another comparable object

Returns

Zero if the two objects represent the same thing, non-zero if not.