为了账号安全,请及时绑定邮箱和手机立即绑定

判断是否相同听不懂

这块看不懂啊

正在回答

2 回答

@Override
	public boolean equals(Object obj) {
		if (this == obj)
			return true;
		if (obj == null)
			return false;
		if (!(obj instanceof Student))
			return false;
		Student other = (Student) obj;
		if (name == null) {
			if (other.name != null)
				return false;
		} else if (!name.equals(other.name))
			return false;
		return true;
	}


0 回复 有任何疑惑可以回复我~

http://img1.sycdn.imooc.com//55d9f55f0001d87801200068.jpg就是这个


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

判断是否相同听不懂

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号