public override int GetHashCode() { int hash = 1; if (SubmissionId.Length != 0) { hash ^= SubmissionId.GetHashCode(); } if (maximumRecordTime_ != null) { hash ^= MaximumRecordTime.GetHashCode(); } if (ConfigurationGeneration != 0L) { hash ^= ConfigurationGeneration.GetHashCode(); } if (newTimeModel_ != null) { hash ^= NewTimeModel.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ConfigurationGeneration != 0L) { hash ^= ConfigurationGeneration.GetHashCode(); } if (timeModel_ != null) { hash ^= TimeModel.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }