Nullable<T>.GetHashCode Method

Definition

Retrieves the hash code of the object returned by the Value property.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Returns

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.

Applies to