<PackageReference Include="NUnit" Version="5.0.0-beta.1" />

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.