On 04/22/2010 08:35 PM, smithrm-mcs at zimbra.anl.gov wrote: > To determine if 2 EntityHandles point to the same Entity is it valid > to compare the EntityHandles by just doing an '==' check? Do I need > to do a deeper comparison? A bit-wise comparison (i.e. using ==) is fine. - jason