Partager via


ModelComparisonChangeDefinition.IsEqual, propriété

Obtient une valeur qui indique si l'élément source et l'élément cible sont égaux.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsEqual As Boolean
    Get
public bool IsEqual { get; }
public:
property bool IsEqual {
    bool get ();
}
member IsEqual : bool
function get IsEqual () : boolean

Valeur de propriété

Type : System.Boolean
true si l'élément source et l'élément cible sont égaux ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelComparisonChangeDefinition Classe

Microsoft.Data.Schema.SchemaModel, espace de noms