ArrayUtility.CreateComparer<T> method

Creates a comparer that uses ArrayUtility.Compare.

public static IComparer<T[]> CreateComparer<T>()

See Also