Imports System
Public Module Module1
Public Sub Main()
Dim s as String = Nothing
Console.WriteLine(s.equals(Nothing))
End Sub
End Module