public override int GetHashCode() { int hash = 1; if (MonsterId != 0UL) { hash ^= MonsterId.GetHashCode(); } if (Form != 0) { hash ^= Form.GetHashCode(); } if (ActorId.Length != 0) { hash ^= ActorId.GetHashCode(); } if (AtkScale != 0) { hash ^= AtkScale.GetHashCode(); } if (DefScale != 0) { hash ^= DefScale.GetHashCode(); } if (SpaScale != 0) { hash ^= SpaScale.GetHashCode(); } if (SpdScale != 0) { hash ^= SpdScale.GetHashCode(); } if (SpeScale != 0) { hash ^= SpeScale.GetHashCode(); } if (Move1Id != 0L) { hash ^= Move1Id.GetHashCode(); } if (Move2Id != 0L) { hash ^= Move2Id.GetHashCode(); } if (Move3Id != 0L) { hash ^= Move3Id.GetHashCode(); } if (Move4Id != 0L) { hash ^= Move4Id.GetHashCode(); } if (Move5Id != 0L) { hash ^= Move5Id.GetHashCode(); } if (Move6Id != 0L) { hash ^= Move6Id.GetHashCode(); } if (Passive1Id != 0) { hash ^= Passive1Id.GetHashCode(); } if (Passive2Id != 0) { hash ^= Passive2Id.GetHashCode(); } if (Passive3Id != 0) { hash ^= Passive3Id.GetHashCode(); } if (U18 != 0) { hash ^= U18.GetHashCode(); } if (U19 != 0) { hash ^= U19.GetHashCode(); } if (U20 != 0) { hash ^= U20.GetHashCode(); } if (U21 != 0) { hash ^= U21.GetHashCode(); } if (U22 != 0) { hash ^= U22.GetHashCode(); } if (U23 != 0) { hash ^= U23.GetHashCode(); } if (U24 != 0) { hash ^= U24.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (TrainerId != 0UL) { hash ^= TrainerId.GetHashCode(); } if (U2 != 0) { hash ^= U2.GetHashCode(); } if (ScoutMethod != 0) { hash ^= ScoutMethod.GetHashCode(); } if (TrainerBaseId != 0) { hash ^= TrainerBaseId.GetHashCode(); } if (Type != 0) { hash ^= Type.GetHashCode(); } if (Rarity != 0) { hash ^= Rarity.GetHashCode(); } if (Role != 0) { hash ^= Role.GetHashCode(); } if (MonsterId != 0UL) { hash ^= MonsterId.GetHashCode(); } if (Move1Id != 0) { hash ^= Move1Id.GetHashCode(); } if (Move2Id != 0) { hash ^= Move2Id.GetHashCode(); } if (Move3Id != 0) { hash ^= Move3Id.GetHashCode(); } if (Move4Id != 0) { hash ^= Move4Id.GetHashCode(); } if (WeakType != 0) { hash ^= WeakType.GetHashCode(); } if (U14 != 0) { hash ^= U14.GetHashCode(); } if (U15 != 0) { hash ^= U15.GetHashCode(); } if (Passive1Id != 0) { hash ^= Passive1Id.GetHashCode(); } if (Passive2Id != 0) { hash ^= Passive2Id.GetHashCode(); } if (Passive3Id != 0) { hash ^= Passive3Id.GetHashCode(); } if (Passive4Id != 0) { hash ^= Passive4Id.GetHashCode(); } if (Passive5Id != 0) { hash ^= Passive5Id.GetHashCode(); } if (U21.Length != 0) { hash ^= U21.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (TrainerId != 0L) { hash ^= TrainerId.GetHashCode(); } if (TrainerKind != 0) { hash ^= TrainerKind.GetHashCode(); } if (ScoutMethod != 0) { hash ^= ScoutMethod.GetHashCode(); } if (Exclusivity != 0L) { hash ^= Exclusivity.GetHashCode(); } if (TrainerBaseId != 0) { hash ^= TrainerBaseId.GetHashCode(); } if (Type != 0) { hash ^= Type.GetHashCode(); } if (Rarity != 0) { hash ^= Rarity.GetHashCode(); } if (Role != 0) { hash ^= Role.GetHashCode(); } if (MonsterId != 0UL) { hash ^= MonsterId.GetHashCode(); } if (Move1Id != 0) { hash ^= Move1Id.GetHashCode(); } if (Move2Id != 0) { hash ^= Move2Id.GetHashCode(); } if (Move3Id != 0) { hash ^= Move3Id.GetHashCode(); } if (Move4Id != 0) { hash ^= Move4Id.GetHashCode(); } if (Weakness != 0) { hash ^= Weakness.GetHashCode(); } if (StoryQuest != 0UL) { hash ^= StoryQuest.GetHashCode(); } if (U16 != 0) { hash ^= U16.GetHashCode(); } if (Passive1Id != 0) { hash ^= Passive1Id.GetHashCode(); } if (Passive2Id != 0) { hash ^= Passive2Id.GetHashCode(); } if (Passive3Id != 0) { hash ^= Passive3Id.GetHashCode(); } if (Passive4Id != 0) { hash ^= Passive4Id.GetHashCode(); } if (TeamSkill1Id != 0) { hash ^= TeamSkill1Id.GetHashCode(); } if (TeamSkill2Id != 0) { hash ^= TeamSkill2Id.GetHashCode(); } if (TeamSkill3Id != 0) { hash ^= TeamSkill3Id.GetHashCode(); } if (TeamSkill4Id != 0) { hash ^= TeamSkill4Id.GetHashCode(); } if (TeamSkill5Id != 0) { hash ^= TeamSkill5Id.GetHashCode(); } if (U26 != 0) { hash ^= U26.GetHashCode(); } if (U27 != 0) { hash ^= U27.GetHashCode(); } if (Number != 0) { hash ^= Number.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (ExScheduleId.Length != 0) { hash ^= ExScheduleId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }