Nullable<'T> Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Indicates whether the current Nullable<'T> object is equal to a specified object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Retrieves the hash code of the object returned by the Value property.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | GetValueOrDefault() | Retrieves the value of the current Nullable<'T> object, or the object's default value. |
![]() | GetValueOrDefault('T) | Retrieves the value of the current Nullable<'T> object, or the specified default value. |
![]() | ToString() | Returns the text representation of the value of the current Nullable<'T> object.(Overrides ValueType.ToString().) |
Show:
