Garry's Mod Wiki

rawequal

  boolean rawequal( any value1, any value2 )

Description

Compares the two values without calling their __eq operator.

Arguments

1 any value1
The first value to compare.
2 any value2
The second value to compare.

Returns

1 boolean
Whether or not the two values are equal.