Set b to true if the sets s and t have the same elements, false otherwise.
import java.util.Set;
boolean b = s.equals(t);
import "maps"
b := maps.Equal(s, t)
b := s = t;
b = s == t
No security, no password. Other people might choose the same nickname.