PeerApplication.GetHashCode メソッド
定義
PeerApplication インスタンスのハッシュ コードを返します。Returns the hash code for a PeerApplication instance.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
戻り値
この型のインスタンスの比較に使用される 32 ビット符号付き整数ハッシュ コード。A 32-bit signed integer hash code used to compare instances of this type.
例外
PeerApplication オブジェクトは破棄されました。The PeerApplication object has been disposed.