Returns true if match a is more specific than match b.
a
b
function greaterThan(a: Match, b: Match): boolean;
the first match to compare
the second match to compare
true if a is more specific than b