HashCode.Equals(Object) Metoda

Definicja

Przestroga

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

Boolean

Ta metoda zawsze będzie zgłaszać wartość NotSupportedException.

Atrybuty

Wyjątki

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

Dotyczy