Rawequal

From GiderosMobile
Revision as of 12:22, 21 July 2025 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6
Class: (global)

Description

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

(bool) = rawequal(v1,v2)

Parameters

v1: (any) first value to compare
v2: (any) second value to compare

Return values

Returns (bool) true if values are equal, or false if different

See also

https://luau.org/library#global-functions