System::StringComparer::GetHashCode 方法

StringComparer::GetHashCode method

获取字符串的哈希码。

virtual int System::StringComparer::GetHashCode(String obj) const override
参数类型描述
objStringString 用于计算哈希码。

ReturnValue

已为 obj 计算哈希码。

另见