Line Code
1 2 3 4 5 6 7 8


#include "DataFormats/TestObjects/interface/ThingWithIsEqual.h"

namespace edmtest {

  bool ThingWithIsEqual::isProductEqual(ThingWithIsEqual const& newThing) const { return a == newThing.a; }
}  // namespace edmtest