Skip to main content

rawequal

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

rawequal(v1: any, v2: any): boolean

Arguments

NameDescriptionType
v1The first value to compare.any
v2The second value to compare.any

Returns boolean