ProgramKey.GetHashCode Method ()
Applies To: Windows Server Update Services
Serves as a hash function for a ProgramKey, suitable for using in hashing algorithms and data structures like a hash table.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
A hash code for the current ProgramKey.
See Also
ProgramKey Class
Microsoft.UpdateServices.Administration Namespace
Return to top