<PackageReference Include="NUnit" Version="4.6.0" />

NUnit.Framework.Internal.Extensions.IEnumerableExtensions

static class IEnumerableExtensions
public static bool IsSortable(this IEnumerable collection)

Determines whether the specified enumerable collection's items can be inferred as sortable.

public static bool IsSortable<T>(this IEnumerable<T> collection)

Determines whether the specified generic enumerable collection's item type is sortable.