用自定义类型的某一属性进行排序,使用sort方法 通过重写IComparable/IComparer(<T>)
只有一个CompareTo方法,一个参数
方法Compare,两个参数
(?不知道两者有何区别)