Revision Release 2022.3683 Keywords iOS, Solar2D Native, C, CoronaLua.h, CoronaLuaEqualRef See also CoronaLua.h Corona C Functions
Returns 1
if the Lua value represented by ref
is equal to the value at index
, following the semantics of the Lua ==
operator (that is, may call metamethods). Otherwise returns 0
. Also returns 0
if index
is invalid.
int CoronaLuaEqualRef( lua_State *L, CoronaLuaRef ref, int index )