HashHelpers.GetStableHashCode 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 GetStableHashCode ( _
    s As String, _
    ignoreCase As Boolean _
) As Integer
public static int GetStableHashCode(
    string s,
    bool ignoreCase
)
public:
static int GetStableHashCode(
    String^ s, 
    bool ignoreCase
)
static member GetStableHashCode : 
        s:string * 
        ignoreCase:bool -> int
public static function GetStableHashCode(
    s : String, 
    ignoreCase : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

HashHelpers Class

Microsoft.Internal.VisualStudio.Shell Namespace