Beispiel #1
0
bool Location::operator == (const Location& rhs) const {
  return boost::iequals(url_, rhs.URL());
}
Beispiel #2
0
bool Location::operator < (const Location& rhs) const {
  return boost::ilexicographical_compare(url_, rhs.URL());
}