rawequal

Compares two values for equality without invoking metamethods

Prototype

b = rawequal (v1, v2)

Description

Returns a boolean depending on v1 == v2 without invoking any table metamethods.

print (rawequal (3, 3))) --> true

Lua functions

Topics