Freigeben über


ClassViewNavigationInfoNode.Compare-Methode

Vergleicht zwei Elemente.

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

Syntax

'Declaration
Public Shared Function Compare ( _
    operand1 As ClassViewNavigationInfoNode, _
    operand2 As ClassViewNavigationInfoNode _
) As Boolean
public static bool Compare(
    ClassViewNavigationInfoNode operand1,
    ClassViewNavigationInfoNode operand2
)

Parameter

Rückgabewert

Typ: System.Boolean
"true", wenn die Elemente gleich sind, andernfalls "false".

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassViewNavigationInfoNode Struktur

Microsoft.VisualStudio.Modeling.Shell-Namespace