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
- nodes1
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
The first path
- nodes2
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
The second path
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace