次の方法で共有


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.Equals メソッド

定義

オーバーロード

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)

このキーが特定のオブジェクトと等しいかどうかを判断します (つまり、同じクエリのキーである場合)。

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

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

パラメーター

other
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey

このオブジェクトと比較するオブジェクト。

戻り値

現在のオブジェクトが other パラメーターと等しい場合は true、それ以外の場合は false です。

実装

適用対象

Equals(Object)

このキーが特定のオブジェクトと等しいかどうかを判断します (つまり、同じクエリのキーである場合)。

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

パラメーター

obj
Object

このキーを比較するオブジェクト。

戻り値

true オブジェクトが で RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 、同じクエリ用である場合は 。それ以外の場合 falseは 。

適用対象