Lire en anglais

Partager via


Point.GetHashCode Méthode

Définition

Retourne le code de hachage pour ce Point.

C#
public override int GetHashCode ();

Retours

Int32

Code de hachage pour cette structure Point.

Exemples

L’exemple suivant montre comment obtenir le code de hachage d’une Point structure.

C#
private int getHashCodeExample()
{
    
    Point point1 = new Point(10, 5);

    // Get the hashcode of a Point structure
    int returnHashCode = point1.GetHashCode();

    return returnHashCode;
}

S’applique à

Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7