public override bool PartialEquality(StringOfVarParameters test) => base.PartialEquality(test) && α == ((StringOfVarParametersPlunger)test).α;
 public virtual bool PartialEquality(StringOfVarParameters test) =>
 U == test.U && q == test.q && h == test.h && R1 == test.R1 && R2 == test.R2 && R3 == test.R3 && qm == test.qm && Ws == test.Ws;