SchemaModelViewerControllerBaseInternal.ArePathsEqual-Methode

Vergleicht die Pfade für zwei Schemaansichtsknoten, um zu bestimmen, ob sie gleich sind.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Shared Function ArePathsEqual ( _
    nodes1 As IList(Of ISchemaModelViewerNode), _
    nodes2 As IList(Of ISchemaModelViewerNode) _
) As Boolean
public static bool ArePathsEqual(
    IList<ISchemaModelViewerNode> nodes1,
    IList<ISchemaModelViewerNode> nodes2
)
public:
static bool ArePathsEqual(
    IList<ISchemaModelViewerNode^>^ nodes1, 
    IList<ISchemaModelViewerNode^>^ nodes2
)
static member ArePathsEqual : 
        nodes1:IList<ISchemaModelViewerNode> * 
        nodes2:IList<ISchemaModelViewerNode> -> bool 
public static function ArePathsEqual(
    nodes1 : IList<ISchemaModelViewerNode>, 
    nodes2 : IList<ISchemaModelViewerNode>
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn gleich, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaModelViewerControllerBaseInternal Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer-Namespace