return timeWritten == commit.timeWritten && txId == commit.txId && name.equals(commit.name); | return txId == that.txId && timeWritten == that.timeWritten && checksum == that.checksum; | name.equals(commit.name) | name == that.name | neo4j | 0bfb612ee4b0e3eed821c89af4dad11d415b7431 | org.neo4j.kernel.impl.transaction.log.entry.LogEntryCommit | | | | | | Uses | False |