Hello!
I'm reading in a book from Microsoft that the generic interface
IComparabler<Td efine the two methods
CompareTo and Equals.
Now to my querstion if I look in the docs it says that CompareTo is defined
in the IComparabler<Tb ut
the Equals is not mentioned.
Is this just a bad book telling me wrong thing?
Or do I misunderstand it in some way?
//Tony
I'm reading in a book from Microsoft that the generic interface
IComparabler<Td efine the two methods
CompareTo and Equals.
Now to my querstion if I look in the docs it says that CompareTo is defined
in the IComparabler<Tb ut
the Equals is not mentioned.
Is this just a bad book telling me wrong thing?
Or do I misunderstand it in some way?
//Tony
Comment