共用方式為


SchemaHierarchyBase.ArePathsEqual 方法

比較兩個階層節點路徑,判斷它們是否相等。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean
如果相等則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

SchemaHierarchyBase 類別

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