string_list_equal

@accepts(<list>, <list>)
@returns(gboolean)
def string_list_equal(a, b)

Checks if @a and @b contain exactly the same set of strings, regardless of order.

a :

list of strings to compare

b :

other list of strings to compare

Returns :

True if the lists contain all the same strings