equalsExact

abstract fun equalsExact(other: Any?): Boolean(source)

判断另外一个 ID 是否与当前 ID 字面值与类型均相同

会同时比对类型与字面值,equalsExact 更类似于传统的 equals 逻辑。