ChartElement.GetHashCode メソッド
定義
特定の型のハッシュ関数を返します。Returns a hash function for a particular type.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
戻り値
現在の Object のハッシュ コードを表す integer
値。An integer
value that represents the hash code for the current Object.