this compare not using opCmp?
    Era Scarecrow 
    rtcvb32 at yahoo.com
       
    Sun Apr 29 22:28:16 PDT 2012
    
    
  
On Monday, 30 April 2012 at 05:22:56 UTC, Jonathan M Davis wrote:
>
> == uses opEquals, not opCmp. It's using Object's opEquals, 
> which does a
> comparison of the references, so it's true when comparing the 
> exact same
> object and false otherwise.
  Ahhh of course. Personally I think opCmp includes opEquals... At 
least I only have to deal with 2 compare functions and not more.
    
    
More information about the Digitalmars-d-learn
mailing list