Hi all,
I'm just trying to figure out the best way to check if 4 variables are equal for error checking purposes.
I know I can test each of the combinations like this
but I am curious how programmers would format it to be more efficient.
Thank you