public override int GetHashCode() { int hash = 1; if (BingoMissionGroupId != 0) { hash ^= BingoMissionGroupId.GetHashCode(); } if (U2 != 0) { hash ^= U2.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (BingoMissionCardId != 0) { hash ^= BingoMissionCardId.GetHashCode(); } if (BingoMissionRewardId != 0) { hash ^= BingoMissionRewardId.GetHashCode(); } if (U6 != 0) { hash ^= U6.GetHashCode(); } if (BannerId != 0) { hash ^= BannerId.GetHashCode(); } if (U8 != 0) { hash ^= U8.GetHashCode(); } if (PrevBingoMissionGroupId != 0) { hash ^= PrevBingoMissionGroupId.GetHashCode(); } if (BingoMissionGroupPermissionId != 0) { hash ^= BingoMissionGroupPermissionId.GetHashCode(); } if (U11 != 0) { hash ^= U11.GetHashCode(); } if (U12 != 0) { hash ^= U12.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (BingoMissionRewardId != 0) { hash ^= BingoMissionRewardId.GetHashCode(); } if (NbLines != 0) { hash ^= NbLines.GetHashCode(); } if (ItemSetId != 0L) { hash ^= ItemSetId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }