比如有一个List,Student中有int id,bool A,bool B,要求A为true的时候在最前面,B为true其次,条件都不满足按id降序排列。要求不能用OrderBy。请问这个怎么实现?