可以传委托
allGuildDataVOs.Sort((GuildDataVO vo1, GuildDataVO vo2) => { return (vo1.city.CompareTo(vo2.city)); });