Difference between revisions of "Rawequal"

From OpenEUO
Jump to: navigation, search
(Created page with " rawequal (v1, v2) Checks whether v1 is equal to v2, without invoking any metamethod. Returns a boolean. [http://www.lua.org/manual/5.1/manual.html#2.8 Lua Manual - Metatables]")
(No difference)

Revision as of 18:16, 7 October 2010

rawequal (v1, v2)

Checks whether v1 is equal to v2, without invoking any metamethod. Returns a boolean.

Lua Manual - Metatables