Fix equals and hash code methods for the Property class

The Property class cannot directly compare objects, so its equals method needs to be overwritten, and the hashCode method needs to be overwritten to reduce hash conflicts.

Bug:377941785
Test:atest PackageParserTest

Change-Id: Id6afd0f7d3e28e7d67e890831ad2538beff6d2e8
1 file changed