LogicalStringComparer.GetHashCode(String) 方法

定义

获取指定字符串的哈希代码。

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

参数

s
String

一个字符串

返回

根据 s 参数的值计算出的 32 位有符号哈希代码。

适用于