HashCode.Equals(Object) Methode

Definition

Achtung

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

Diese Methode wird nicht unterstützt und sollte nicht aufgerufen werden.

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

Parameter

obj
Object

Ignoriert.

Gibt zurück

Boolean

Diese Methode löst immer NotSupportedException aus.

Attribute

Ausnahmen

Wird immer ausgelöst, wenn diese Methode aufgerufen wird.

Gilt für