HashCode.Equals(Object) Метод

Определение

Внимание!

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

Этот метод не поддерживается и не должен вызываться.

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

Параметры

obj
Object

Не обрабатывается.

Возвращаемое значение

Boolean

Этот метод всегда возвращает вызывает исключение NotSupportedException.

Атрибуты

Исключения

Всегда возникает, когда вызывается этот метод.

Применяется к