protected bool Equals( FpCurve other) { return(base.Equals(other) && q.Equals(other.q)); }
protected bool Equals( FpCurve other) { return base.Equals(other) && q.Equals(other.q); }