Sdílet prostřednictvím


HashCode.Equals(Object) Metoda

Definice

Upozornění

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

Tato metoda není podporována a neměla by být volána.

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

Parametry

obj
Object

Ignorovány.

Návraty

Boolean

Tato metoda vždy vyvolá NotSupportedException.

Atributy

Výjimky

Vždy vyvolána při zavolání této metody.

Platí pro