コード例 #1
0
ファイル: Location.cs プロジェクト: 3j/dddsample
 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());
 }