Beispiel #1
0
 bool
 operator==(const Query& other) const
 {
   return (getHint() == other.getHint() && getZone() == other.getZone() &&
     getQueryType() == other.getQueryType() && getRrLabel() == other.getRrLabel() &&
     getRrType() == other.getRrType());
 }