NullableTGetHashCode Method |
Retrieves the hash code of the object returned by the
Value property.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override int GetHashCode()
Return Value
Type:
Int32The hash code of the object returned by the
Value property if the
HasValue property is true, or zero if the
HasValue property is false.
See Also