FontWeight.GetHashCode Metodo
Definizione
Recupera il codice hash per questo oggetto.Retrieves the hash code for this object.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Restituisce
Codice hash a 32 bit, intero con segno.A 32-bit hash code, which is a signed integer.
Commenti
Il valore restituito funge da funzione hash per un tipo particolare, adatto per l'utilizzo in algoritmi hash e in strutture di dati come una tabella hash.The returned value serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.