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
- path1
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Primera ruta de acceso.
- path2
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Segunda ruta de acceso.
Valor devuelto
Tipo: System.Boolean
true si son iguales; en caso contrario, 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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)