SchemaViewControllerBaseInternal.ArePathsEqual Method

Compares two schema view node paths to determine if they are equal.

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

Syntax

'Declaration
Public Shared Function ArePathsEqual ( _
    nodes1 As IList(Of IDatabaseSchemaViewNode), _
    nodes2 As IList(Of IDatabaseSchemaViewNode) _
) As Boolean
'Usage
Dim nodes1 As IList(Of IDatabaseSchemaViewNode)
Dim nodes2 As IList(Of IDatabaseSchemaViewNode)
Dim returnValue As Boolean

returnValue = SchemaViewControllerBaseInternal.ArePathsEqual(nodes1, _
    nodes2)
public static bool ArePathsEqual(
    IList<IDatabaseSchemaViewNode> nodes1,
    IList<IDatabaseSchemaViewNode> nodes2
)
public:
static bool ArePathsEqual(
    IList<IDatabaseSchemaViewNode^>^ nodes1, 
    IList<IDatabaseSchemaViewNode^>^ nodes2
)
public static function ArePathsEqual(
    nodes1 : IList<IDatabaseSchemaViewNode>, 
    nodes2 : IList<IDatabaseSchemaViewNode>
) : boolean
static member ArePathsEqual : 
        nodes1:IList<IDatabaseSchemaViewNode> * 
        nodes2:IList<IDatabaseSchemaViewNode> -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace