HashCode.Equals(Object) Metodo

Definizione

Attenzione

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

Questo metodo non è supportato e non va chiamato.

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

Parametri

obj
Object

Ignorato.

Restituisce

Boolean

Questo metodo restituirà sempre NotSupportedException.

Attributi

Eccezioni

Restituito in tutti i casi in cui viene chiamato questo metodo.

Si applica a