I've got an interface class, CInterface, with a method virtual bool IsEqual (CInterface* pOp2);<BR><BR>What I want is to be able to test equality of any two objects derived from CInterface. That's a ...