LuaDynamic.opEquals

Compare the referenced object to another value with Lua's equality semantics. If the _other value is not a Lua reference wrapper, it will go through the regular D to Lua conversion process first. To check for nil, compare against the special constant "nil".

struct LuaDynamic
bool
opEquals
(
T
)
(
auto ref T other
)

Meta