return masterId == that.masterId && authorId == that.authorId && checksum == that.checksum && timeWritten == that.timeWritten && Objects.equals(startPosition,that.startPosition); | return checksum == that.checksum && timeWritten == that.timeWritten && Objects.equals(startPosition,that.startPosition); | checksum == that.checksum | checksum | neo4j | 0bfb612ee4b0e3eed821c89af4dad11d415b7431 | org.neo4j.kernel.impl.transaction.log.TransactionMetadataCache.TransactionMetadata | | | | | | Uses | False |