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
- monikerKey
Type: Microsoft.VisualStudio.Modeling.MonikerKey
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.