CaseInsensitiveComparison.GetHashCode(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 标识符比较。