HashCode.Equals(Object) Metoda

Definicja

Uwaga

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

Ta metoda nie jest obsługiwana i nie powinna być wywoływana.

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

Ignorowane.

Zwraca

Ta metoda zawsze zgłasza wyjątek NotSupportedException.

Atrybuty

Wyjątki

Zawsze zgłaszany, gdy ta metoda jest wywoływana.

Dotyczy