Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     var hashCode = -514544316;
     hashCode = hashCode * -1521134295 + SeedType.GetHashCode();
     hashCode = hashCode * -1521134295 + Seed.GetHashCode();
     hashCode = hashCode * -1521134295 + EqualityComparer<Dictionary<SettingType, SettingValue>>.Default.GetHashCode(Settings);
     hashCode = hashCode * -1521134295 + EqualityComparer<List<RandoItemRO>>.Default.GetHashCode(CollectedItems);
     return hashCode;
 }