SchemaModelViewerControllerBaseInternal.IsEqual 方法
比較兩個結構描述檢視節點,判斷它們是否相等。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Public Shared Function IsEqual ( _
node1 As ISchemaModelViewerNode, _
node2 As ISchemaModelViewerNode _
) As Boolean
public static bool IsEqual(
ISchemaModelViewerNode node1,
ISchemaModelViewerNode node2
)
public:
static bool IsEqual(
ISchemaModelViewerNode^ node1,
ISchemaModelViewerNode^ node2
)
static member IsEqual :
node1:ISchemaModelViewerNode *
node2:ISchemaModelViewerNode -> bool
public static function IsEqual(
node1 : ISchemaModelViewerNode,
node2 : ISchemaModelViewerNode
) : boolean
參數
- node1
型別:Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
第一個節點。
- node2
型別:Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
第二個節點。
傳回值
型別:System.Boolean
如果相等則為 true。
備註
比較資料夾節點的標題,並比較項目節點的模型項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SchemaModelViewerControllerBaseInternal 類別
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間