Am Thursday 28 August 2003 21:20 schrieb Matthias Kretz: > CVS commit by mkretz: > > simple operator== (I think it should be safe to only check for the _name, > _lib and _fileName members) Should be a const method, and an operator!= which calls !operator==( rhs ); is often a good idea as well if you expect tests for equality (or equivalence). - Frerich