EntityTypeFullNameComparer.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(IEntityType, IEntityType)

Belirtilen nesnelerin eşit olup olmadığını belirler.

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

Belirtilen nesnelerin eşit olup olmadığını belirler.

Equals(IEntityType, IEntityType)

Belirtilen nesnelerin eşit olup olmadığını belirler.

public bool Equals (Microsoft.EntityFrameworkCore.Metadata.IEntityType x, Microsoft.EntityFrameworkCore.Metadata.IEntityType y);
override this.Equals : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
Public Function Equals (x As IEntityType, y As IEntityType) As Boolean

Parametreler

x
IEntityType

Karşılaştırma yapılacak ilk nesne.

y
IEntityType

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

Boolean

true belirtilen nesneler eşitse; Aksi takdirde, false .

Uygulamalar

Şunlara uygulanır

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

Belirtilen nesnelerin eşit olup olmadığını belirler.

public bool Equals (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType? x, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType? y);
override this.Equals : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
Public Function Equals (x As IReadOnlyEntityType, y As IReadOnlyEntityType) As Boolean

Parametreler

x
IReadOnlyEntityType

Karşılaştırma yapılacak ilk nesne.

y
IReadOnlyEntityType

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

Boolean

true belirtilen nesneler eşitse; Aksi takdirde, false .

Uygulamalar

Şunlara uygulanır