equal
Summary
Returns true if matches a and b have equal specificity.
Signature
function equal(a: RoutePatternMatch, b: RoutePatternMatch): boolean;
Params
a
the first match to compare
b
the second match to compare
Returns
true if a and b have equal specificity