From kde-commits Thu Aug 28 19:34:14 2003 From: Frerich Raabe Date: Thu, 28 Aug 2003 19:34:14 +0000 To: kde-commits Subject: Re: kdelibs/kutils X-MARC-Message: https://marc.info/?l=kde-commits&m=106209915721254 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