Compartir a través de


SchemaModelViewerControllerBaseInternal.ArePathsEqual (Método)

Compara las rutas de acceso de dos nodos de la Vista de esquema 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 ( _
    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

Parámetros

Valor devuelto

Tipo: System.Boolean
Es true si son iguales; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

SchemaModelViewerControllerBaseInternal Clase

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