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