2个枚举对象的对比 是否 同样使用== 和 equals均可以,this
由于equals里面也是调用的==code
public final boolean equals(Object other) { return this==other; }