我有一个问题:我有两个空对象,我正在使用equals()方法来比较它们,因为我们知道equals方法比较对象的内容,但在这种情况下,我的对象没有任何属性 Object ob2 = new Object(); System.out.println(" they are Equal"); else{
Sy
我正在做,它教我们如何比较来自像"Person“这样的组合类中的对象,看看它们是否相等。boolean equals(Object compared) { }
// if the type of the compared object is not SimpleDate, the objects are n