You obviously cannot compare based on the addresses.
I gues u will be identifying the player with some unique value / property /characteristic.
What you will need is comparing the data within the class, for which u will need comparing operators / functions.
Subclass and provide your own rules for comparing the data if not provided by the base class.
Bookmarks