pub fn lua_rawequal(l: LuaState, ind1: c_int, ind2: c_int) -> c_intExpand description
Returns 1 or 0 for if the two values at given indices are equal, without calling metamethods, as lua_equal does. Also returns 0 if any of the indices are non valid.