Share via


HashHelpers.CombineHashes Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Function CombineHashes ( _
    hash1 As Integer, _
    hash2 As Integer _
) As Integer
public static int CombineHashes(
    int hash1,
    int hash2
)
public:
static int CombineHashes(
    int hash1, 
    int hash2
)
static member CombineHashes : 
        hash1:int * 
        hash2:int -> int
public static function CombineHashes(
    hash1 : int, 
    hash2 : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

HashHelpers Class

Microsoft.Internal.VisualStudio.Shell Namespace