Examine the following code:

Fee fee;
Fum fum;
if (fee == fum) {
std cout << "Whoopee!\n";
}

What would be the DECLARATION of a GLOBAL FUNCTION that could implement this operator?