Summary

public static bool IsSorted<T>(this List<T> self, IComparer<T> comparer)

Returns

bool

Parameters