strictEquals 方法

JSBoolean strictEquals(
  1. JSAny? any
)

在 JavaScript 中,返回 this === any 的结果。

实现

external JSBoolean strictEquals(JSAny? any);