LogicalStringComparer.GetHashCode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.