ListHelpers
public static bool Compare<T>(
IList<T> first,
IList<T> second
)
Parameter | Description |
T | The type of the provided lists, e.g. string |
True, if the lists contain the same elements, false otherwise.
Last modified 4yr ago
Parameter | Description |
T | The type of the provided lists, e.g. string |