Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Compara dois caminhos de nó de hierarquia para 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 ( _
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
- path1
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Primeiro caminho.
- path2
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
O segundo caminho.
Valor de retorno
Tipo: System.Boolean
true Se igual; Caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer