コード例 #1
0
ファイル: Endpoint.cpp プロジェクト: dreamfrog/ArangoDB
bool Endpoint::operator== (Endpoint const &that) const {
  return getSpecification() == that.getSpecification();
}