bool QueryResponse::operator==(const ModelType &rhs) const {
   return queryHash() == rhs.queryHash() and get() == rhs.get();
 }
Exemple #2
0
 bool Query::operator==(const ModelType &rhs) const {
   return this->get() == rhs.get();
 }