S
Smokey Grindel
I have a list of items that is in the list of <T> format... and then in that
are objects I created that implement the IComparable interface... now if I
took this list and did a contains(objectThatIsAlreadyInList) would it find
it? how exactly does contains in a generic list work? is it just by object
reference or does it use the Comparable interface to check if it has an
item? thanks!
are objects I created that implement the IComparable interface... now if I
took this list and did a contains(objectThatIsAlreadyInList) would it find
it? how exactly does contains in a generic list work? is it just by object
reference or does it use the Comparable interface to check if it has an
item? thanks!