Byte.GetHashCode 메서드
정의
이 인스턴스의 해시 코드를 반환합니다.Returns the hash code for this instance.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
반환
- Int32
현재 Byte의 해시 코드입니다.A hash code for the current Byte.
적용 대상
추가 정보