Rawequal
From GiderosMobile
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