コード例 #1
0
 public bool SharesYearWith(PersistedCityStatistics statistics)
 {
     return(GetYearAndMonth().CurrentYear == statistics.GetYearAndMonth().CurrentYear);
 }