Nullable Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Nullable type exposes the following members.
| Name | Description | |
|---|---|---|
|
Compare(Of T) | Compares the relative values of two Nullable(Of T) objects. |
|
Equals(Of T) | Indicates whether two specified Nullable(Of T) objects are equal. |
|
GetUnderlyingType | Returns the underlying type argument of the specified nullable type. |
Show: