HashCode.Equals(Object) Methode

Definitie

Let op

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

Deze methode wordt niet ondersteund en mag niet worden aangeroepen.

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

Parameters

obj
Object

Genegeerd.

Retouren

Deze methode zal altijd een NotSupportedException.

Kenmerken

Uitzonderingen

Altijd gegenereerd wanneer deze methode wordt aangeroepen.

Van toepassing op