Write a method to test whether three numbers are all different. For example,
3, 5, and 4 are all different
3, 3, 4 are not all different
3, 3, 3 are not all different