コード例 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = 17;
         hash = hash * 23 + Humidity.GetHashCode();
         hash = hash * 23 + IconUrl.GetHashCode();
         hash = hash * 23 + Pressure.GetHashCode();
         hash = hash * 23 + Temperature.GetHashCode();
         hash = hash * 23 + TemperatureFormat.GetHashCode();
         hash = hash * 23 + WeatherDescription.GetHashCode();
         hash = hash * 23 + WindSpeed.GetHashCode();
         return(hash);
     }
 }