Description
I have all archive entries of a 7z saved in a list and try to only get the content of a specific file. Comparing the archive entries with equals will always return false because the equals method is not overridden.
I will compare the name of the archive entry for now.
While looking through all archive entry implementations I noticed that the Arj entry also does not override the equals method.