Closed bjlittle closed 11 years ago
Shouldn't the following two ArrayAdapter instances be equal?
That's a fair point!
But I confess I'm not really sure why equality is defined at all.
So perhaps we should just get rid of it?
I'm inclined to agree with you. I suspect that when you were prototyping it made sense to have equality, perhaps for some sort of testing? However, since it's not used and it's implementation is incomplete, we should purge it sooner rather than later.
I'll do the honours ... simple stuff comes easy to me!
Closed by #32.
Shouldn't the following two
ArrayAdapter
instances be equal? My expectation was that they should be.