Check if the arguments in the list are all equal.
Use this as follows:
if (P99_ARE_EQ(a, b, c, d, e, f)) { // all are equal, do something special } else { // handle the base case }
Definition at line 366 of file p99_for.h.