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