K
Katit
I know I read about it somewhere when studying, but can't come up with
keywords to search on this topic.
I need to be able to compare objects like
if (A < B) {}...
This will be used to sort/position objects in UI.
Objects have set of properties and based on values of those specific
properties I want to be able to compare those objects..
I know it's possible, please give me some pointers.
keywords to search on this topic.
I need to be able to compare objects like
if (A < B) {}...
This will be used to sort/position objects in UI.
Objects have set of properties and based on values of those specific
properties I want to be able to compare those objects..
I know it's possible, please give me some pointers.