greaterThan< T > 函数

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

执行两个值之间的 JavaScript 大于比较 (>)。

实现

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