Пример #1
0
 bool QueryResponse::operator==(const ModelType &rhs) const {
   return queryHash() == rhs.queryHash() and get() == rhs.get();
 }
Пример #2
0
 bool Query::operator==(const ModelType &rhs) const {
   return this->get() == rhs.get();
 }