Share via


ModelComparisonChangeDefinition.PropertiesEqual Property

Gets a list of properties in the target element that are equal.

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

Syntax

'Declaration
Public ReadOnly Property PropertiesEqual As IList(Of ModelPropertyClass)
public IList<ModelPropertyClass> PropertiesEqual { get; }
public:
property IList<ModelPropertyClass^>^ PropertiesEqual {
    IList<ModelPropertyClass^>^ get ();
}
member PropertiesEqual : IList<ModelPropertyClass>
function get PropertiesEqual () : IList<ModelPropertyClass>

Property Value

Type: System.Collections.Generic.IList<ModelPropertyClass>
An IList<T> of type PropertyClass.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace

PropertyClass