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