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