ModelComparisonChangeDefinition.IsSameName Property

Gets a value that indicates whether any child elements have the same name.

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

Syntax

'Declaration
Public ReadOnly Property IsSameName As Boolean
public bool IsSameName { get; }
public:
property bool IsSameName {
    bool get ();
}
member IsSameName : bool
function get IsSameName () : boolean

Property Value

Type: System.Boolean
true if any child elements have the same name; otherwise, false.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace