MonikerKey.Equals 方法 (MonikerKey)

返回两 MonikerKey 对象是否相同。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Function Equals ( _
    monikerKey As MonikerKey _
) As Boolean
public bool Equals(
    MonikerKey monikerKey
)

参数

返回值

类型:System.Boolean
则为 true,则 MonikerKeys 相同,否则为 false。

备注

此方法返回 true ,如果 CompareTo 返回 0; 否则返回 false。

.NET Framework 安全性

请参见

参考

MonikerKey 类

Equals 重载

Microsoft.VisualStudio.Modeling 命名空间