Share via


ISchemaCompareModelProvider.IsEqual Method

Returns a value that indicates whether the provided ISchemaCompareModelProvider is equal to the current provider.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Function IsEqual ( _
    other As ISchemaCompareModelProvider _
) As Boolean
bool IsEqual(
    ISchemaCompareModelProvider other
)
bool IsEqual(
    ISchemaCompareModelProvider^ other
)
abstract IsEqual : 
        other:ISchemaCompareModelProvider -> bool 
function IsEqual(
    other : ISchemaCompareModelProvider
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the other is equal to the current object; otherwise, false.

.NET Framework Security

See Also

Reference

ISchemaCompareModelProvider Interface

Microsoft.Data.Schema.Tools.Compare.Schema Namespace