equals
Checks if two Image objects are equal. Two images are considered equal if they have the same:
uri
byteArray content
date taken
geoLocationID
Return
true if the Image objects are equal, false otherwise.
Parameters
other
The other Image object to compare with.