Example #1
0
bool Endpoint::operator== (Endpoint const &that) const {
  return getSpecification() == that.getSpecification();
}