public override int GetHashCode() { int hash = 1; if (MonsterEnhancementId != 0UL) { hash ^= MonsterEnhancementId.GetHashCode(); } if (TrainerId != 0UL) { hash ^= TrainerId.GetHashCode(); } if (MonsterIdCurrent != 0UL) { hash ^= MonsterIdCurrent.GetHashCode(); } if (MonsterIdNext != 0UL) { hash ^= MonsterIdNext.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (Type.Length != 0) { hash ^= Type.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (EvolutionId != 0UL) { hash ^= EvolutionId.GetHashCode(); } if (TrainerId != 0UL) { hash ^= TrainerId.GetHashCode(); } if (MonsterIdCurrent != 0UL) { hash ^= MonsterIdCurrent.GetHashCode(); } if (MonsterIdNext != 0UL) { hash ^= MonsterIdNext.GetHashCode(); } if (U5 != 0) { hash ^= U5.GetHashCode(); } if (U6 != 0) { hash ^= U6.GetHashCode(); } if (U7 != 0) { hash ^= U7.GetHashCode(); } if (U8 != 0) { hash ^= U8.GetHashCode(); } if (U9 != 0) { hash ^= U9.GetHashCode(); } if (U10 != 0) { hash ^= U10.GetHashCode(); } if (U11 != 0) { hash ^= U11.GetHashCode(); } if (U12 != 0) { hash ^= U12.GetHashCode(); } if (U13 != 0) { hash ^= U13.GetHashCode(); } if (U14 != 0) { hash ^= U14.GetHashCode(); } if (U15 != 0) { hash ^= U15.GetHashCode(); } if (U16 != 0) { hash ^= U16.GetHashCode(); } if (U17 != 0) { hash ^= U17.GetHashCode(); } if (U18 != 0) { hash ^= U18.GetHashCode(); } if (U19 != 0) { hash ^= U19.GetHashCode(); } if (U20 != 0) { hash ^= U20.GetHashCode(); } if (ScheduleId.Length != 0) { hash ^= ScheduleId.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }