NSOrderedAscending 其实就是一个int 类型的 值为-1的变量
enum {
NSOrderedAscending = -1,
NSOrderedSame,
NSOrderedDescending
};
typedef NSInteger NSComparisonResult;