What is the difference between using set to make equation or not?

38 Views Asked by At

What is the difference between $x = a, b, c$ and $x \in \{a, b, c\}$? Which expression should I use?