Esempio n. 1
0
 public bool has_the_same_identity_as(ILocation the_other_entity)
 {
     return the_other_entity != null &&
         underlying_united_nations_location_code.has_the_same_value_as(
         the_other_entity.associated_united_nations_location_code());
 }