HashCode.GetHashCode Metodo

Definizione

Attenzione

HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.

Questo metodo non è supportato e non va chiamato.

public:
 override int GetHashCode();
[System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)]
public override int GetHashCode ();
[<System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Restituisce

Questo metodo restituirà sempre NotSupportedException.

Attributi

Eccezioni

Restituito in tutti i casi in cui viene chiamato questo metodo.

Si applica a