GetHashCode()

AuthenticationHeaderValue::GetHashCode() const method

Analog of C# Object.GetHashCode() method. Enables hashing of custom objects.

virtual int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetHashCode() const override

Return Value

Hash code value as calculated by corresponding class.

See Also