• Nice tidy question, that brings up two importan fundamentals:

    (1) intersection returns distinct values not duplicates

    (2) equality tests do implicit conversion where needed, from lower precedence type to higher.

    Tom