notEqual<T>函数

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

在两个值上进行JavaScript不等式比较(!=)。

实现

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