Freigeben über


MonikerKey.Equals-Methode (MonikerKey)

Gibt zurück, ob zwei MonikerKey-Objekte identisch sind.

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

Syntax

'Declaration
Public Function Equals ( _
    monikerKey As MonikerKey _
) As Boolean
public bool Equals(
    MonikerKey monikerKey
)

Parameter

Rückgabewert

Typ: System.Boolean
"True", wenn die MonikerKeys identisch sind, andernfalls "false".

Hinweise

Diese Methode gibt true zurück, wenn CompareTo 0 zurückgibt; andernfalls gibt sie false zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

MonikerKey Klasse

Equals-Überladung

Microsoft.VisualStudio.Modeling-Namespace