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".
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".