Sdílet prostřednictvím


HashCode.GetHashCode Metoda

Definice

Upozornění

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

Tato metoda není podporována a neměla by být volána.

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

Návraty

Int32

Tato metoda vždy vyvolá NotSupportedException.

Atributy

Výjimky

Vždy vyvolána při zavolání této metody.

Platí pro