How to Compare 2 objects of the same class

Mark via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 3 12:57:47 PDT 2017


Hello again.

I'm designing a template version of a BST.

Because of this, I want to be able to compare if two objects of 
the same class type are references to the same anonymous class on 
the heap somewhere.

Example:




More information about the Digitalmars-d-learn mailing list