HashCode.Equals(Object) Método

Definição

Atenção

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

Este método não é suportado e não deve ser chamado.

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

Parâmetros

obj
Object

Ignorado.

Devoluções

Este método irá sempre lançar um NotSupportedException.

Atributos

Exceções

É sempre lançado quando este método é chamado.

Aplica-se a