コード例 #1
0
 protected bool Equals(HistoricalPrice other)
 {
     return(Date.Equals(other.Date) && Price == other.Price);
 }
コード例 #2
0
 protected bool Equals(HistoricalPrice other)
 {
     return Date.Equals(other.Date) && Price == other.Price;
 }