public override int GetHashCode() { int hash = 1; if (Bagid != 0) { hash ^= Bagid.GetHashCode(); } hash ^= clientInfo_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Roomid != 0) { hash ^= Roomid.GetHashCode(); } if (Seat != 0) { hash ^= Seat.GetHashCode(); } if (Bagid != 0) { hash ^= Bagid.GetHashCode(); } hash ^= msg_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }