System::StringComparer::GetHashCode method

StringComparer::GetHashCode method

Gets string’s hash code.

virtual int System::StringComparer::GetHashCode(String obj) const override
ParameterTypeDescription
objStringString to calculate hash code for.

ReturnValue

Hash code calculated for obj.

See Also