Share via


LogicalStringComparer.GetHashCode(String) Method

Definition

Gets the hash code for the specified string.

public override int GetHashCode (string? s);
override this.GetHashCode : string -> int
Public Overrides Function GetHashCode (s As String) As Integer

Parameters

s
String

A string

Returns

A 32-bit signed hash code calculated from the value of the s parameter.

Applies to