System::StringComparer::GetHashCode 方法
StringComparer::GetHashCode method
获取字符串的哈希码。
virtual int System::StringComparer::GetHashCode(String obj) const override
| Parameter | Type | 描述 |
|---|---|---|
| obj | String | String 用于计算哈希码。 |
ReturnValue
为 obj 计算的哈希码。
另见
- Class String
- Class StringComparer
- Namespace System
- Library Aspose.Page for C++