public override int GetHashCode() { int hash = 1; if (NewsBundleId.Length != 0) { hash ^= NewsBundleId.GetHashCode(); } hash ^= exclusiveCountries_.GetHashCode(); return(hash); }
public override int GetHashCode() { int hash = 1; if (NewsBundleId.Length != 0) { hash ^= NewsBundleId.GetHashCode(); } hash ^= exclusiveCountries_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }