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
- 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.