Click or drag to resize
NullableTGetHashCode Method
Retrieves the hash code of the object returned by the Value property.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
The 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