gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
141 stars 17 forks source link

pushJavaObject not same in lua #113

Closed qq1053831109 closed 6 months ago

qq1053831109 commented 1 year ago

The same object is not one in Lua, so the logic cannot be judged with ==

osp54 commented 1 year ago

Maintainer fell asleep(

gudzpoz commented 1 year ago

@qq1053831109 Can you please provide some scenarios where you should want to use a == b instead of a:equals(b)?