Rawequal

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Checks whether v1 is equal to v2, without invoking any metamethod. Returns a boolean. <source lang="lu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

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

(bool), = rawequal(v1v2,)

'v1: (any) first value to compare '
'v2: (any) second value to compare '
Returns (bool) true if values are equal, or false if different