Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Boolean