Share via


ClientVersionBase.GetHashCode Method ()

 

Serves as a hash function for a particular type.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

Hash code for the current Object.

See Also

ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top