What is this fc?
The output of fc($a) eq fc($b)will be false.
Well if fc is some user defined function then it's obvious that you are sending one parameter to both the subroutine but the parameter may differ while the function name is same so it will be true.
So according to me the o/p for both expressions will not be equal.