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