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
- nodes1
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Primera ruta de acceso.
- nodes2
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Segunda ruta de acceso.
Valor devuelto
Tipo: System.Boolean
Es true si son iguales; de lo contrario, es false.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
SchemaModelViewerControllerBaseInternal Clase
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)