#include <DQMNet.h>
Definition at line 189 of file DQMNet.h.
◆ operator()()
bool DQMNet::HashEqual::operator() |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| const |
|
inline |
Definition at line 190 of file DQMNet.h.
References a, and b.
191 return a.hash ==
b.hash &&
a.dirname ==
b.dirname &&
a.objname ==
b.objname;