public override int GetHashCode() { int hash = 1; hash ^= fspackdata_.GetHashCode(); if (Ackindex != 0) { hash ^= Ackindex.GetHashCode(); } if (Sendindex != 0) { hash ^= Sendindex.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; hash ^= fspackdata_.GetHashCode(); if (Ackindex != 0) { hash ^= Ackindex.GetHashCode(); } if (Sendindex != 0) { hash ^= Sendindex.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }