Perform JavaScript equality comparison (==) on two values.
==
external bool equal<T>(Object? first, Object? second);