ListHelpers
Compare
Compares two lists and returns if they are equal.
Syntax:
Type Parameters:
Parameter
Description
T
The type of the provided lists, e.g. string
Parameters:
Return Value:
True, if the lists contain the same elements, false otherwise.
Last updated