System::Net::Http::Headers::NameValueHeaderValue::GetHashCode método

NameValueHeaderValue::GetHashCode() const method

Análogo al método C# Object.GetHashCode(). Permite el hash de objetos personalizados.

int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode() const override

ReturnValue

Valor del código hash calculado por la clase correspondiente.

Ver también

NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>) method

Devuelve un código hash de todos los elementos de la colección.

static int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values)
ParámetroTipoDescripción
valoresSystem::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>La colección de instancias de la clase NameValueHeaderValue.

ReturnValue

Un código hash de todos los elementos de la colección.

Ver también