Nullable Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Compare<T>(Nullable<T>, Nullable<T>) | Compares the relative values of two Nullable<T> objects. |
![]() ![]() | Equals<T>(Nullable<T>, Nullable<T>) | Indicates whether two specified Nullable<T> objects are equal. |
![]() ![]() | GetUnderlyingType(Type^) | Returns the underlying type argument of the specified nullable type. |
Show:

