SchemaHierarchyBase.ArePathsEqual Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function ArePathsEqual ( _
x As IList(Of IDatabaseSchemaViewNode), _
y As IList(Of IDatabaseSchemaViewNode) _
) As Boolean
'Usage
Dim x As IList(Of IDatabaseSchemaViewNode)
Dim y As IList(Of IDatabaseSchemaViewNode)
Dim returnValue As Boolean
returnValue = SchemaHierarchyBase.ArePathsEqual(x, _
y)
public static bool ArePathsEqual(
IList<IDatabaseSchemaViewNode> x,
IList<IDatabaseSchemaViewNode> y
)
public:
static bool ArePathsEqual(
IList<IDatabaseSchemaViewNode^>^ x,
IList<IDatabaseSchemaViewNode^>^ y
)
public static function ArePathsEqual(
x : IList<IDatabaseSchemaViewNode>,
y : IList<IDatabaseSchemaViewNode>
) : boolean
static member ArePathsEqual :
x:IList<IDatabaseSchemaViewNode> *
y:IList<IDatabaseSchemaViewNode> -> bool
Parameters
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.