コード例 #1
0
 protected bool Equals(StructHolder other)
 {
     return Date.Equals(other.Date) && Int == other.Int && Int2 == other.Int2 && Complex.Equals(other.Complex);
 }
コード例 #2
0
 protected bool Equals(StructHolder other)
 {
     return(Date.Equals(other.Date) && Int == other.Int && Int2 == other.Int2 && Complex.Equals(other.Complex));
 }