Share via


ModelComparisonResult.ChangeDefinition.IsSameName Property

Returns whether two 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
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As Boolean

value = instance.IsSameName
public bool IsSameName { get; }
public:
property bool IsSameName {
    bool get ();
}
function get IsSameName () : boolean
member IsSameName : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace