.NET Framework Class Library
Nullable Members
Supports a value type that can be assigned a null reference (Nothing in Visual Basic) like a reference type. This class cannot be inherited.
The following tables list the members exposed by the Nullable type.
Public Methods
| Name | Description | |
|---|---|---|
| Compare | Compares the relative values of two Nullable objects. |
| Equals | Overloaded. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetUnderlyingType | Returns the underlying type argument of the specified nullable type. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also