Code:
NowPlaying = NowPlaying Xor True : PictureBox1.Invalidate()
Is this like php?

Code:
$variable = ($variable2 = false) ? true : false
?