public override int GetHashCode() { int hash = 1; if (HasSubscriberId) hash ^= SubscriberId.GetHashCode(); hash ^= state_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; }
public override int GetHashCode() { return(SubscriberId.GetHashCode()); }