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