SchemaModelViewerControllerBaseInternal.ArePathsEqual Method
Compares the paths for two Schema View nodes 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 ( _
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
Parameters
- nodes1
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
First path.
- nodes2
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Second path.
Return Value
Type: System.Boolean
True if equal, false otherwise.
.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
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace