MonikerKey.Equals Method (MonikerKey)

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Function Equals ( _
    monikerKey As MonikerKey _
) As Boolean
'使用
Dim instance As MonikerKey
Dim monikerKey As MonikerKey
Dim returnValue As Boolean

returnValue = instance.Equals(monikerKey)
public bool Equals(
    MonikerKey monikerKey
)
public:
bool Equals(
    MonikerKey^ monikerKey
)
public function Equals(
    monikerKey : MonikerKey
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

MonikerKey Class

MonikerKey Members

Equals Overload

Microsoft.VisualStudio.Modeling Namespace