Returns whether two values are equal without invoking any metamethods


See also Lua library functions.

Signature:

isEqual = rawequal(v1, v2)

Arguments:

  • v1 - Any value (value)
  • v2 - Any value (function)

Returns:

  • isEqual - True if the values are equal; false otherwise (boolean)
This function is defined in the Lua standard libraries