Write a method to test whether four numbers are all the same. For example,
3, 3, 3, and 3 are all the same
3, 3, 4, 3 are not all the same
3, 4, 5, 5 are not all the same