다음을 통해 공유


ForeignKeyComparer.GetHashCode 메서드

정의

오버로드

GetHashCode(IForeignKey)

지정한 개체의 해시 코드를 반환합니다.

GetHashCode(IReadOnlyForeignKey)

지정한 개체의 해시 코드를 반환합니다.

GetHashCode(IForeignKey)

Source:
ForeignKeyComparer.cs

지정한 개체의 해시 코드를 반환합니다.

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IForeignKey obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> int
Public Function GetHashCode (obj As IForeignKey) As Integer

매개 변수

obj
IForeignKey

해시 코드를 반환할 입니다.

반환

지정한 개체의 해시 코드입니다.

구현

적용 대상

GetHashCode(IReadOnlyForeignKey)

Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs

지정한 개체의 해시 코드를 반환합니다.

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey -> int
Public Function GetHashCode (obj As IReadOnlyForeignKey) As Integer

매개 변수

obj
IReadOnlyForeignKey

해시 코드를 반환할 입니다.

반환

지정한 개체의 해시 코드입니다.

구현

적용 대상