ListHelpers
Last updated
Last updated
Compares two lists and returns if they are equal.
True, if the lists contain the same elements, false otherwise.
Parameter
Description
T
The type of the provided lists, e.g. string
Parameter
Description
first
Type: IList<T> The first list.
second
Type: IList<T> The second list.