Freigeben über


ModelComparisonResult.IsEqual-Eigenschaft

If compared elements are equal

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property IsEqual As Boolean 
    Get
'Usage
Dim instance As ModelComparisonResult 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

ModelComparisonResult Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace