Tagged Questions

0
votes
1answer
440 views

Comparing .Net Version instance using CompareTo does not work as expected

The Version class in .Net does not implement the CompareTo interface as I would expect, it seems to handle the compare alphanumerically instead of comparing the four numbers. Maybe not a bug, but a ...