public override bool Equals(object obj)
 {
     if (base.Equals(obj))
     {
         PerLengthSequenceImpedance x = (PerLengthSequenceImpedance)obj;
         return((x.B0ch == this.B0ch) && (x.G0ch == this.G0ch) && (x.R == this.R) && (x.R0 == this.R0) && (x.X == this.X) && (x.X0 == this.X0));
     }
     else
     {
         return(false);
     }
 }
 public override bool Equals(object obj)
 {
     if (base.Equals(obj))
     {
         PerLengthSequenceImpedance x = (PerLengthSequenceImpedance)obj;
         return(x.b0ch == this.b0ch && x.bch == this.bch && x.g0ch == this.g0ch && x.gch == this.gch &&
                x.r == this.r && x.r0 == this.r0 && x.x == this.x && x.x0 == this.x0);
     }
     else
     {
         return(false);
     }
 }