Searched refs:ListA (Results 1 – 1 of 1) sorted by relevance
794 def IsEqualList(ListA, ListB): argument795 if ListA == ListB:798 for ItemA in ListA:803 if not ItemB in ListA: