Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:18

0001 
0002 
0003 #include "DataFormats/TestObjects/interface/ThingWithIsEqual.h"
0004 
0005 namespace edmtest {
0006 
0007   bool ThingWithIsEqual::isProductEqual(ThingWithIsEqual const& newThing) const { return a == newThing.a; }
0008 }  // namespace edmtest