Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- path1
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
First path.
- path2
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Second path.
Return Value
Type: System.Boolean
true if equal; otherwise, false.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace