HashCode.GetHashCode Methode

Definition

Achtung

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

Diese Methode wird nicht unterstützt und sollte nicht aufgerufen werden.

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

Gibt zurück

Diese Methode löst immer NotSupportedException aus.

Attribute

Ausnahmen

Wird immer ausgelöst, wenn diese Methode aufgerufen wird.

Gilt für: