public override int GetHashCode() { int hash = 1; if (prediction_ != null) { hash ^= Prediction.GetHashCode(); } if (model_ != null) { hash ^= Model.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }