UTF7Encoding.GetHashCode 메서드

정의

현재 UTF7Encoding 개체에 대한 해시 코드를 반환합니다.

public:
 override int GetHashCode();
public override int GetHashCode ();
[System.Runtime.InteropServices.ComVisible(false)]
public override int GetHashCode ();
override this.GetHashCode : unit -> int
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

반환

Int32

부호 있는 32비트 정수 해시 코드입니다.

특성

설명

메서드에서 반환된 GetHashCode 값은 한 UTF7Encoding 개체를 다른 개체와 구분하는 데 적합하지 않습니다. 고유 해시 코드를 애플리케이션에 필요한 경우 재정의 해야 합니다 GetHashCode 메서드.

적용 대상