public override int GetHashCode() { int hash = 1; hash ^= stars_.GetHashCode(); hash ^= levels_.GetHashCode(); hash ^= Names.GetHashCode(); hash ^= Heroes.GetHashCode(); hash ^= listofHeros_.GetHashCode(); if (Module != 0) { hash ^= Module.GetHashCode(); } return(hash); }