Gcr.Comparable::compare

function vfunc_compare(other: Gcr.Comparable): Number(gint) {
}
  

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.