Share via


ModelComparisonResult.ElementsEqual Property

Gets a collection of elements that have no changes.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IDictionary<IModelElement, IModelElement>

.NET Framework Security

See Also

Reference

ModelComparisonResult Class

Microsoft.Data.Schema.SchemaModel Namespace