When you compare version strings, PowerShell will use alphanumeric algorithms, which may lead to confusing results:
True
You should convert the strings to a System.Version type to compare version strings right. In fact, converting the left hand value is enough because PowerShell automatically converts the right hand value to the same type:
False