Beispiel #1
0
bool Reply::operator==(const Reply& other) const {
    return requestReplyId == other.getRequestReplyId()
            && response == other.getResponse();
}