Compartilhar via


Método SchemaModelViewerControllerBaseInternal.ArePathsEqual

Compara os caminhos para os dois nós de modo de exibição do esquema determinar se são iguais.

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.Boolean
True se for igual, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBaseInternal Classe

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