CaseInsensitiveComparison.GetHashCode(String) 方法

定义

获取 Unicode 标识符的不区分大小写的哈希代码。

public:
 static int GetHashCode(System::String ^ value);
public static int GetHashCode (string value);
static member GetHashCode : string -> int
Public Shared Function GetHashCode (value As String) As Integer

参数

value
String

用于获取哈希代码的标识符

返回

给定标识符的哈希代码

注解

这些规则也用于 VB 标识符比较。

适用于