HashCode.GetHashCode Метод

Определение

Внимание!

HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.

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

public:
 override int GetHashCode();
[System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)]
public override int GetHashCode ();
[<System.Obsolete("HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.", true)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

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

Int32

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

Атрибуты

Исключения

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

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