public override int GetHashCode() { int hash = 1; if (positionStdDev_ != null) { hash ^= PositionStdDev.GetHashCode(); } if (orientationStdDev_ != null) { hash ^= OrientationStdDev.GetHashCode(); } if (linearVelocityStdDev_ != null) { hash ^= LinearVelocityStdDev.GetHashCode(); } if (linearAccelerationStdDev_ != null) { hash ^= LinearAccelerationStdDev.GetHashCode(); } if (angularVelocityStdDev_ != null) { hash ^= AngularVelocityStdDev.GetHashCode(); } return(hash); }