コード例 #1
0
 public bool Equals(EqData other)
 {
     return(acc.Equals(other.acc) &&
            timeLength == other.timeLength &&
            skipLine == other.skipLine &&
            gravityValue == other.gravityValue &&
            folder == other.folder);
 }