System.Net.Cookie.GetHashCode Method

Overrides the object.GetHashCode method.

Syntax

public override int GetHashCode ()

Returns

The 32-bit signed integer hash code for this instance.

Remarks

Classes that might be used as a key in a hash table must provide this override, because objects that are used as keys in a hash table are required to generate their own hash code through this method.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0