GetHashCode()
StringComparer::GetHashCode(String) const method
Gets string’s hash code.
virtual int System::StringComparer::GetHashCode(String obj) const override
Arguments
Parameter | Type | Description |
---|---|---|
obj | String | String to calculate hash code for. |
Return Value
Hash code calculated for obj.
See Also
- Class String
- Class StringComparer
- Namespace System
- Library Aspose.Slides