public static bool IsSorted<T>( this IEnumerable<T> this, IComparer<T> comp = null, bool allowEquals = true )