示例#1
0
 @Override
 boolean equalsSameBits(final HashCode that) {
   return MessageDigest.isEqual(this.bytes, that.getBytesInternal());
 }