HashCode.Equals(Object) Método

Definición

Precaución

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

Este método no se admite y no se debe llamar.

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.

Devoluciones

Boolean

Este método siempre produce una excepción NotSupportedException.

Atributos

Excepciones

Siempre se produce cuando se llama a este método.

Se aplica a