pub unsafe extern "C" fn rawequal(
state: lua_State,
index1: i32,
index2: i32,
) -> bool
Expand description
Returns true
if the two values in acceptable indices index1
and index2
are primitively equal (that is, without calling metamethods). Otherwise returns false
.
Also returns false
if any of the indices are non valid.