public bool Equals(EqData other) { return(acc.Equals(other.acc) && timeLength == other.timeLength && skipLine == other.skipLine && gravityValue == other.gravityValue && folder == other.folder); }