ActorId.equals(Object obj) 方法
定义
Determines whether this instance and a specified object, which must also be a ActorId object, have the same value.
public boolean equals(Object obj)
参数
- obj
- Object
The actorId to compare to this instance.
返回
boolean
true if obj is a ActorId and its value is the same as this instance; otherwise, false. If obj is null, the method returns false.