equal

Posted jiangfeilong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了equal相关的知识,希望对你有一定的参考价值。

equal 不适用于基本数据类型

equal 默认比较引用

https://i.cnblogs.com/EditPosts.aspx?postid=9986850

System.out.println(obj1.equals(obj2);

 

以上是关于equal的主要内容,如果未能解决你的问题,请参考以下文章

如何在 python 中并行化以下代码片段?

Python代码阅读(第13篇):检测列表中的元素是否都一样

Java习惯用法总结

Java8 Stream流

hello.equals(hello)的代码值是多少?

05_动手动脑之String.equals()方法