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