Share via


ClientInstallFilter.GetHashCode Method ()

 

Returns a hash code for the current object.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

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

Return Value

Type: System.Int32

A hash code for the object.

See Also

ClientInstallFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top