InternetAddress comparison fail

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 3 16:13:04 PST 2015


On 01/04/2015 12:45 AM, Martin Nowak wrote:
> Sure, someone should make a pull and implement opEquals for the Address
> classes, maybe also opHash.

In the meantime addr1.tupleof == addr2.tupleof is a useful workaround, 
but it can't handle polymorphism.


More information about the Digitalmars-d mailing list