overwrite equals() of a concept
Hello forum!
I need to check objects of one of my concept for uniqueness. Is it possible to overwrite the equals() method or is there another trick?
Thanks in advance!
Regards
msch95
I need to check objects of one of my concept for uniqueness. Is it possible to overwrite the equals() method or is there another trick?
Thanks in advance!
Regards
msch95
Please sign in to leave a comment.
Good to know, but that's not exactly what I'm looking for. I want to check objects of my concept for uniqueness in the textgen aspect. Multiple appearances of a equal concept should be allowed in the sandbox.
Anyway, I've coded it on my own.
Regards