in reply to Definition of numerically equal and rationale for 'you' == 'me'

What is the definition of numerically equal?
That their numeric values are equal. The numeric value of a string is the value of the longest prefix of the string that "looks like a number". In the case of "you" and "me", the longest such prefixes are the empty string. The numeric value of an empty string is 0. And 0 == 0 is true.