int lua_rawequal (lua_State *L, int index1, int index2);
Returns 1 if the two values in acceptable indices index1
and index2
are primitively equal (that is, without calling metamethods). Otherwise returns 0. Also returns 0 if any of the indices are non valid.