Aracılığıyla paylaş


HashCode.Equals(Object) Yöntem

Tanım

Dikkat

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

Bu yöntem desteklenmez ve çağrılmamalıdır.

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

Parametreler

obj
Object

Göz ardı.

Döndürülenler

Boolean

Bu yöntem her zaman bir NotSupportedExceptionoluşturur.

Öznitelikler

Özel durumlar

Bu yöntem çağrıldığında her zaman oluşturulur.

Şunlara uygulanır