Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
如果 this 的时间戳部分等于 [o] 并且满足以下两种条件之一即返回 ture:[o] 是与 this 具有相同时区偏移的 [TimestampWithTimeZone],或者 [o] 不是 [TimestampWithTimeZone] 但 this 的时区偏移为 00:00。
boolean TimestampWithTimeZone.equals(Timestamp o)
o 要比较的对象。
如果 o 等于 this,则返回 true;否则,返回 false。