ModelComparisonResult.AddToEqualElementList Method (IDictionary<IModelElement, IModelElement>)
Adds a list of elements to the equal elements list.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddToEqualElementList ( _
equalElements As IDictionary(Of IModelElement, IModelElement) _
)
public void AddToEqualElementList(
IDictionary<IModelElement, IModelElement> equalElements
)
public:
void AddToEqualElementList(
IDictionary<IModelElement^, IModelElement^>^ equalElements
)
member AddToEqualElementList :
equalElements:IDictionary<IModelElement, IModelElement> -> unit
public function AddToEqualElementList(
equalElements : IDictionary<IModelElement, IModelElement>
)
Parameters
- equalElements
Type: System.Collections.Generic.IDictionary<IModelElement, IModelElement>
The list of elements to add.
.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.