FontWeight.GetHashCode メソッド
定義
このオブジェクトのハッシュ コードを取得します。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
戻り値
32 ビット ハッシュ コード (符号付き整数)。A 32-bit hash code, which is a signed integer.
注釈
返される値は、特定の型のハッシュ関数として機能します。ハッシュアルゴリズムや、ハッシュテーブルのようなデータ構造での使用に適しています。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.