标签: return boolean
public boolean equals(Object obj) { return new Integer(id).equals(((Person)obj).getId());
据我所知布尔值返回“ true”或“ false”,如何在此代码中使用这种类型?