Dela via


SchemaHierarchyBase.ArePathsEqual Method

Compares two hierarchy node paths to determine whether they are equal.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean
true if equal; otherwise, false.

.NET Framework Security

See Also

Reference

SchemaHierarchyBase Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace