Aracılığıyla paylaş


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

Equals(Object)

Bu anahtarın belirli bir nesneye eşdeğer olup olmadığını belirler (örneğin, aynı sorgunun anahtarları olup olmadığını).

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

public bool Equals (Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey other);
override this.Equals : Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey -> bool
Public Function Equals (other As RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey) As Boolean

Parametreler

other
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey

Bu nesneyle karşılaştıracak bir nesne.

Döndürülenler

true geçerli nesne parametresine other eşitse; değilse, false.

Uygulamalar

Şunlara uygulanır

Equals(Object)

Bu anahtarın belirli bir nesneye eşdeğer olup olmadığını belirler (örneğin, aynı sorgunun anahtarları olup olmadığını).

public override bool Equals (object obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parametreler

obj
Object

Bu anahtarı karşılaştıracak nesne.

Döndürülenler

true nesnesi bir RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey ise ve aynı sorgu içinse, değilse false.

Şunlara uygulanır