Windows PowerShell Specification

DOS was a command-line based operating system. CMD lived on when Windows replaced DOS. ... The 42 on the right is an integer but the one on the left is a string. To compare the two, PowerShell will convert the integer to string, resulting in “42” which matches the value on the left. This comparison will result into True. ... break} “Hi ... ................
................