HashCode.Equals(Object) Method

Definition

Caution

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

This method is not supported and should not be called.

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

Ignored.

Returns

This method will always throw a NotSupportedException.

Attributes

Exceptions

Always thrown when this method is called.

Applies to