Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.id
/
ID
/
equalsExact
equals
Exact
abstract
fun
equalsExact
(
other
:
Any
?
)
:
Boolean
(
source
)
判断另外一个
ID
是否与当前
ID
字面值与类型均相同
。
会同时比对类型与字面值,
equalsExact
更类似于传统的
equals
逻辑。