ModelBusAdapter.Equals 方法 (ModelBusAdapter)
则为 true,则此 ModelBusAdapter 与特定 ModelBusAdapter 实例相同,否则错误。
命名空间: Microsoft.VisualStudio.Modeling.Integration
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll 中)
语法
声明
Public Overridable Function Equals ( _
other As ModelBusAdapter _
) As Boolean
public virtual bool Equals(
ModelBusAdapter other
)
参数
- other
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
比较的 ModelBusAdapter 实例。
返回值
类型:System.Boolean
则为 true,则此 ModelBusAdapter 与特定 ModelBusAdapter 实例相同,否则错误。
实现
备注
基实现通过 “==”使用对象相等。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。