I just write some code to compare the id of an integer with the id of an integer? For example:
Dim id As Integer = 1
Dim nullId As Integer? = Nothing
Dim areEqual As Boolean
areEqual = nullId
I just write some code to compare the id of an integer with the id of an integer? For example:
Dim id As Integer = 1
Dim nullId As Integer? = Nothing
Dim areEqual As Boolean
areEqual = nullId