protected bool Equals(StructHolder other)
 {
     return Date.Equals(other.Date) && Int == other.Int && Int2 == other.Int2 && Complex.Equals(other.Complex);
 }
Ejemplo n.º 2
0
 protected bool Equals(StructHolder other)
 {
     return(Date.Equals(other.Date) && Int == other.Int && Int2 == other.Int2 && Complex.Equals(other.Complex));
 }