HashCode.GetHashCode Methode

Definitie

Let op

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

Deze methode wordt niet ondersteund en mag niet worden aangeroepen.

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

Retouren

Deze methode zal altijd een NotSupportedException.

Kenmerken

Uitzonderingen

Altijd gegenereerd wanneer deze methode wordt aangeroepen.

Van toepassing op