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

無視されます。

戻り値

Boolean

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

属性

例外

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

適用対象