SchemaModelViewerControllerBaseInternal.ArePathsEqual 方法

比较两个架构视图节点的路径,以确定它们是否相等。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean
如果相等,则为 true,否则为 false。

.NET Framework 安全性

请参见

参考

SchemaModelViewerControllerBaseInternal 类

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间