HashCode.Equals(Object) メソッド

定義

注意事項

HashCode is a mutable struct and should not be compared with other HashCodes.

このメソッドはサポートされていないため、呼び出さないでください。

public:
 override bool Equals(System::Object ^ obj);
[System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", true)]
public override bool Equals(object? obj);
[System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", true)]
public override bool Equals(object obj);
[<System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes.", true)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

パラメーター

obj
Object

無視。

返品

このメソッドは常に NotSupportedExceptionをスローします。

属性

例外

このメソッドが呼び出されると常にスローされます。

適用対象