IDbModelCacheKey.Equals 方法

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

确定当前缓存的模型键是否等于指定的缓存模型键。

命名空间:  System.Data.Entity.Infrastructure
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Function Equals ( _
    other As Object _
) As Boolean
用法
Dim instance As IDbModelCacheKey 
Dim other As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
bool Equals(
    Object other
)
bool Equals(
    Object^ other
)
abstract Equals : 
        other:Object -> bool
function Equals(
    other : Object
) : boolean

参数

  • other
    类型:System.Object
    要与当前缓存的模型键比较的缓存模型键。

返回值

类型:System.Boolean
如果当前缓存的模型键等于指定的缓存模型键,则为 true;否则为 false。

请参阅

参考

IDbModelCacheKey 接口

System.Data.Entity.Infrastructure 命名空间