State if the given pair of set is an equal set.
A = {Anil, Suresh, Prem, Hari}, B = {Prem, Anil, Hari, Suresh}
Two sets are said to be equal, if they contain exactly the same (identical) elements. In case of equal sets, the elements as well as the number of elements in the sets are same.
Given sets,
A = {Anil, Suresh, Prem, Hari}, B = {Prem, Anil, Hari, Suresh}
Since, Set A and Set B have same elements as well as the same number of elements,
Thus, Set A and Set B are equal sets.