Exemple #1
0
 bool BlocksQuery::operator==(const ModelType &rhs) const {
   return creatorAccountId() == rhs.creatorAccountId()
       and queryCounter() == rhs.queryCounter()
       and createdTime() == rhs.createdTime()
       and signatures() == rhs.signatures();
 }