GetHashCode()

StringComparer::GetHashCode(String) const method

Gets string’s hash code.

virtual int System::StringComparer::GetHashCode(String obj) const override

Arguments

ParameterTypeDescription
objStringString to calculate hash code for.

Return Value

Hash code calculated for obj.

See Also