D Disconnected New Member Sep 26, 2012 #1 Why doesn't this print out true?\[code\]> Dim test1 As Decimal? = Nothing> Dim test2 As Decimal? = 5D> > If (test1 <> test2) Then> Console.WriteLine("true")> End If\[/code\]
Why doesn't this print out true?\[code\]> Dim test1 As Decimal? = Nothing> Dim test2 As Decimal? = 5D> > If (test1 <> test2) Then> Console.WriteLine("true")> End If\[/code\]