Beispiel #1
0
 public bool Equals(HistoricalData other)
 {
     return(Datas.ListsAreEqual(other.Datas));
 }