Compartir a través de


SchemaHierarchyBase.ArePathsEqual (Método)

Compara dos rutas de acceso de nodos de jerarquía para determinar si son iguales.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Shared Function ArePathsEqual ( _
    path1 As IList(Of ISchemaModelViewerNode), _
    path2 As IList(Of ISchemaModelViewerNode) _
) As Boolean
public static bool ArePathsEqual(
    IList<ISchemaModelViewerNode> path1,
    IList<ISchemaModelViewerNode> path2
)
public:
static bool ArePathsEqual(
    IList<ISchemaModelViewerNode^>^ path1, 
    IList<ISchemaModelViewerNode^>^ path2
)
static member ArePathsEqual : 
        path1:IList<ISchemaModelViewerNode> * 
        path2:IList<ISchemaModelViewerNode> -> bool 
public static function ArePathsEqual(
    path1 : IList<ISchemaModelViewerNode>, 
    path2 : IList<ISchemaModelViewerNode>
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true si son iguales; en caso contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

SchemaHierarchyBase Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)