Delen via


ModelComparisonChangeDefinition.HierarchicalChildrenEqual Property

Gets a value that indicates whether there are two or more identical hierarchical child relationships.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property HierarchicalChildrenEqual As IDictionary(Of IModelElement, IModelElement)
public IDictionary<IModelElement, IModelElement> HierarchicalChildrenEqual { get; }
public:
property IDictionary<IModelElement^, IModelElement^>^ HierarchicalChildrenEqual {
    IDictionary<IModelElement^, IModelElement^>^ get ();
}
member HierarchicalChildrenEqual : IDictionary<IModelElement, IModelElement>
function get HierarchicalChildrenEqual () : IDictionary<IModelElement, IModelElement>

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, IModelElement>
An IDictionary<TKey, TValue> object of type IModelElement.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement

IDictionary<TKey, TValue>