matches

fun matches(cardNumber: CardNumber.Unvalidated): Boolean

Number matching strategy: Truncate the longer of the two numbers (theirs and our bounds) to match the length of the shorter one, then do numerical compare.