Ejemplo n.º 1
0
 public bool Equals(WeatherCollection other)
 {
     return(Equals(WeatherReading, other.WeatherReading) && RunTime.Equals(other.RunTime) && LastUpdated.Equals(other.LastUpdated) && string.Equals(ETag, other.ETag));
 }