This documentation is archived and is not being maintained.
Nullable Methods
Visual Studio 2010
The Nullable type exposes the following members.
| Name | Description | |
|---|---|---|
|
Compare<T> | Compares the relative values of two Nullable<T> objects. |
|
Equals<T> | Indicates whether two specified Nullable<T> objects are equal. |
|
GetUnderlyingType | Returns the underlying type argument of the specified nullable type. |
Show: