xrestop_sort_compare: check for equality
Previously, equal sizes would return that whichever was passed first was reported as larger than the second, which could result in unstable or undefined sort results in some implementations of qsort().
Signed-off-by: Alan Coopersmith