notEqual<T> 函数

bool notEqual<T>(
  1. Object? first,
  2. Object? second
)

对两个值执行 JavaScript 不等于比较(!=)。

实现

external bool notEqual<T>(Object? first, Object? second);