Internal
Answer if two Sets are equal. Two Sets are equal when they both have the exact same number of elements, and they have the same elements.
The first object
The second object
true if both object are equal, false otherwise.
true
false
Answer if two Sets are equal. Two Sets are equal when they both have the exact same number of elements, and they have the same elements.