VssStringComparer.GetHashCode Method (String)

This member overrides StringComparer.GetHashCode(String).

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode ( _
    x As String _
) As Integer
public override int GetHashCode(
    string x
)
public:
virtual int GetHashCode(
    String^ x
) override
abstract GetHashCode : 
        x:string -> int  
override GetHashCode : 
        x:string -> int
public override function GetHashCode(
    x : String
) : int

Parameters

Return Value

Type: System.Int32

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

VssStringComparer Class

GetHashCode Overload

Microsoft.VisualStudio.Services.Common Namespace